/* Start of CMSMS style sheet 'chrn :: forms' */
/*there are probably a few form controls left in the layout stylesheet */

/* Application form - Rob */

#chrnApplication table{
background-color: #f5f5f5; 
border-top: 1px dotted #bbbbbb;
margin-right:5px;
}

#chrnApplication input{

width:250px;
border: 1px solid #7F9DB9;

}

#chrnApplication textarea{
width:250px;
border: 1px solid #7F9DB9;
}

#chrnApplication m9input_charity_yes {
text-align:left;
width:15px;
 float:left;
/* padding:0; */
/* margin: 0; */

}

#chrnApplication input[type=checkbox] {
text-align:left;
width:15px;
margin-right: 10px;
border: 0px solid  #7F9DB9;

}

div .fattyTA textarea { width: 200px; border-color: #7F9DB9;}

 .smallertext { font-size: 80%; }

.chrnApplication table, form, tr, td,  input, checkbox  {
text-align:left;
}

#chrnApplication tr {
border-bottom: 1px dotted #bbbbbb;
vertical-align:top;
}

#chrnApplication td {
padding: 5px;
color: #000099;

}

#chrnApplication input[type=submit] {
width:80px;
float:none;
clear: both;
text-align: center;

}
/* End of 'chrn :: forms' */

