input.error { border: 1px double red;background:yellow; }
label.error {
	color: red;display: none;
}
div.error{
	z-index: auto;
	display: none;
	position:absolute;
	opacity:0.9;
    filter: alpha(opacity=50);
    overflow:hidden;
} 
b.rtop, b.rbottom{display:block;background: #FFFFFF} 
b.rtop b, b.rbottom b{
	display:block;height: 1px;overflow: hidden; background: #9BD1FA ;width:2px;
} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 

.fl{ float:left;}
.fr{ float:right;}
.errmsgdiv{ background: #9BD1FA; height:20px; border:#249ffc solid  1px; border-left:none; border-right:none; padding:5px 2px 0 2px;font-weight:bold; font-size:12px; color:#0d5286;}
