.dotbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.dottop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
.Ldot{ border-left : dotted 1px #CCCCCC;  border-bottom : dotted 1px #CCCCCC; }
.dotleft{ border-left : dotted 1px #CCCCCC; }
.dotlf{ border-left : dotted 1px #CCCCCC; border-right : dotted 1px #CCCCCC;}