/* CSS Document */

.radio_cell {
background-color:#f7f2e5;
padding: 0px 2px 0px 8px;
}
.yes_cell {
background-color:#f7f2e5;
padding: 0px 8px 0px 0px;
}
.header_cell {
background-color:#f7f2e5;
padding: 12px 8px 0px 12px;
}
.checkbox_cell {
padding: 0px 2px 0px 8px;
}
.comment_cell {
padding: 10px 0px 0px 0px;
}

.formfield_month, .formfield_day, .formfield_year {
text-align: left;
width:85px;
height:20px;
background-color:#f6f5eb;
border: solid #67642f 1px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 12px;
color: #4b4937;
padding-left: 2px;
margin-right:0px;
}
.formfield_day {
	width:50px;
}
.formfield_year {
	width:60px;
}

