/* Form */
#asform form {
	margin-top:0pt;
	font-size:8pt;
}

/* input, text Boxes  */
#asform input, #asform textarea {
	font-size:7pt;
	color:white;
	background-color:#AE0A0A;
	border: 1px solid white;
}
#asform input:hover, #asform textarea:hover {
	background-color:#FFA270;
	color:black;
}

/* Label adjust left*/
#asform .asformlinks {
	float : left;
	width : 80px;
}
/* Send Button*/
#asform .btn {
	
}
/* Reply messages */
#asformReply {
    padding:5px;
    border:1px solid white;
    width:auto;
}
#asformReply h4 {
	font-size:12pt;
}
#asformReply h5 {
	font-size:10pt;
}
