/* Form */
#asform {clear: both;}

#asform form {
	margin-top:0pt;
	font-size:8pt;
}
/* Fieldset */
#asform fieldset {
	background-color: #D7E699;
    margin:10px;
    width:auto;
}
/* Fieldset legend */
#asform legend {
	color: #000;
	font-style: italic;
}
/* input, text Boxes  */
#asform input, #asform textarea {
	margin:1px 0 0;
	padding:0;
	border:1px solid #E6FB5D;;
}
/* Label adjust left*/
#asform .asformlinks {
	float : left;
	width :  120px;
}
/* Send Button*/
#asform .btn {
background-color: #E6FB5D;
padding:3px;
	
}
/* Reply messages */
#asformReply {
	background-color: #D7E699;
    margin:10px;
	padding:15px;
	border:1px solid #E6FB5D;
    width:auto;
}
#asformReply h4 {
	font-size:12pt;
}
#asformReply h5 {
	font-size:10pt;
}