/* Form */

#asform {
        width:auto;
}
#asform form {
	margin-top:0;

}
/* Fieldset */
#asform fieldset {
	background-color: transparent;
    margin:8px;
    width:674px;
}
/* Fieldset legend */
#asform legend {
	color: #48181c;
	font-style: italic;
}
/* input, text Boxes  */
#asform input, #asform textarea {
	margin:1px 0 0;
	padding-left:1px;
	border:1px dotted #48181c;
        text-align: left;
}
/* Label adjust left*/
#asform .asformlinks {
	/*float : left; */
    text-align: left;
	width : 90px;
	margin-left: 1px;
}
/* Send Button*/
#asform .btn {
	
}
/* Reply messages */
#asformReply {
	background-color: transparent;
    margin:2px;
	padding:2px;
	border:0px solid #48181c;
    width:auto;
}
#asformReply h4 {
	font-size:11pt;
}
#asformReply h5 {
	font-size:10pt;
}
