#underlines{
	font-family: Arial, Helvetica, sans-serif;

}
#underlines .input {
	font-size: 12px;
	background: #EDEEDF;
	border: 1px solid #7D8448;

	

}
#underlines textarea {
	font-size: 12px;
	border-top: 1px solid #7D8448;
	border-right: 1px solid #7D8448;
	border-bottom: 1px solid #7D8448;
	border-left: 1px solid #7D8448;
	background-color: #EDEEDF;


}
#underlines label {
	font-size: 12px;
}
#underlines p {
	font-size: 12px;
}

#underlines input .radio {
	background-color: #CCCCCC;
	border: none;
}
.yellowback {
	background-color: #FFFFE6;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF82;

}
.lightgrey {
	background-color: #F4F4F4;
}
.darkgrey {
	background-color: #EFEFEF;
}
.submitButton{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-weight: bold;
	color: #333333;
}
