.border {  border: thin #CCCCCC solid}
.border1 {  border: #999999; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.border2 {  border: #0099FF; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.border3 {
	border: thin solid #585858;
}
.border4 {
	border-top: thin none #4D4D4D;
	border-right: thin solid #4D4D4D;
	border-bottom: thin none #4D4D4D;
	border-left: thin solid #4D4D4D;

}
