/* Form */

#asform {
        width:auto;
        margin-top:10px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
}
#asform form {
	margin-top:0;
	font-size:8pt;
}
#asform p{
margin-top:5px;
}

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