
/* wforms */
.errFld {
	border: 1px solid #d00;
}
.errMsg {	
	color: #CC3333;	
	display : block;
	margin : 10px;
	padding-left : 20px;
	background-image: url(cssimg/warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.field-hint { 
	color: #000; 
	margin-left : 5px;
	padding-left : 16px;
	padding-right : 8px;
	background-image: url(cssimg/fh.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
.field-hint-inactive { 
	color: #999; 
	margin-left : 5px;
	padding-left : 16px;
	padding-right : 8px;
	background-image: url(cssimg/fhi.png);
	background-repeat: no-repeat;
	background-position: left center;			
} 

.switch_checkbox {
	text-align : right;
	margin-top : 60px;
	margin-bottom : -60px;
	margin-right : 15px;
}
.switch_checkbox span { 
 clear:both;
	background : #eee;
	padding: 3px;	
	border : 1px dotted #ccc;

}


