/* Form */

#asform {
        width:auto;
}
#asform form {
	margin-top:0;
	font-size:8pt;
}
/* Fieldset */
#asform fieldset {
	background-color: #F0E68C;
    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: #F0E68C;
    margin:10px;
	padding:15px;
	border:1px solid #828282;
    width:auto;
}
#asformReply h4 {
	font-size:12pt;
}
#asformReply h5 {
	font-size:10pt;
}