.redbox {
	border: 1px solid #FF0000;
}
.dotted-updown {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dotted-down {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.border-inputbox {
	border: 2px ridge #CCCCCC;
}
.footer-box {
	border: 1px solid #417DCF;
}
.dotted-down2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.line-down {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.line-rightblack {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
