.wwFormTable {}

.wwcheckboxlist {
    width: 400px;
    float: left;	
}

.wwlbl {
	width: 250px;	
    float: left;	
}

.wwctrl {
	width: 400px;	
}

.label {
    font-size: 12px;
    float:left;
    width:250px;  
}
.errorLabel {    
	font-size: 12px;
    float:left;
    width:250px;  
	color:red; 
}
.errorMessage {text-align: center; color:red; }
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
.required {color:red;}