/* Form */

#asform {
        width:500px;
}
#asform form {
	margin-top:0;
	font-size:10pt;
}
/* Fieldset */
#asform fieldset { background-color: #fff; margin:10px 10px 10px 0; width:auto; padding-right: 15px; padding-left: 15px; }
/* Fieldset legend */
#asform legend { color: red; font-weight: bolder; font-style: normal; }
/* input, text Boxes  */
#asform input, #asform textarea { font-size: 15px; margin:1px 0 0; padding:0 0 0 5px; border:solid 1px #ccc;;
}
/* Label adjust left*/
#asform .asformlinks { font-size: 12px; float : left; width : 80px; }
/* Send Button*/
#asform .btn {
	
}
/* Reply messages */
#asformReply {
	background-color: #fff;
    margin:10px;
	padding:15px;
	border:solid 1px #828282;
    width:auto;
}
#asformReply h4 { color: red; font-size:14pt; }
#asformReply h5 { color: lime; font-size:12pt; }
