/* Form */

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