/*A secondary stylesheet for use with the compulsory form element script */

.nonCompulsory, .compulsory{
float: left;
padding-left: 10px;
width: 150px;
padding-right: 10px;
}

.compCheckbox, .missingCheckbox{
width: 20px;
margin: 2px;
}
.compCheckbox{
}
.missingCheckbox{
}

.compPassword, .missingPassword{
width: 200px;
margin: 2px;
}
.compPassword{
background: #fff;
}
.missingPassword{
background: #cfc;
}

/*.compRadio, .missingRadio{
width: 10px;
margin: 2px;
}
.compRadio{
}
.missingRadio{
}*/

.compSelect-one, .missingSelect-one{
width: 200px;
margin: 2px;
}
.compSelect-one{
background: #fff;
}
.missingSelect-one{
background: #fbcee8;
color:#333399;
}

.compText, .missingText{
width: 250px;
margin: 2px;
}
.compText{
background: #fff;
}
.missingText{
background: #fbcee8;
}

.compTextarea, .missingTextarea{
width: 200px;
margin: 2px;
}
.compTextarea{
background: #fff;
}
.missingTextarea{
background: #fcc;
}

#faxnumber {width: 250px;
margin: 2px;}
