/* Form */

#asform {
        width:auto;
}
#asform form {
	margin-top:0;
	font-size:8pt;
}
/* Fieldset */
#asform fieldset {
	background-color: #F0E68C;
    width:auto; line-height:200%; text-align:left; font-variant:small-caps; direction:ltr; list-style-type:disc
}
/* Fieldset legend */
#asform legend {
	color: Red;
	font-style: italic;
}
/* input, text Boxes  */
#asform input, #asform textarea {
	padding:0;
	border:1px solid #ccc; float:left; margin-left:0; margin-right:0; margin-bottom:0
}
/* 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;
}