/* Form */
#asform form {
	margin-top:20pt;
	font-size:8pt;
}
/* Fieldset */
#asform fieldset {
	padding: 1px;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Fieldset legend */
#asform legend {
	color: Brown;
	font-style: italic;
}
/* input, text Boxes  */
#asform input, #asform textarea {
	margin:1px 0 0;
	padding:0;
	border:1px solid #ccc;;
}
/* Label adjust left*/
#asform .asformlinks {
	float : left;
	width : 80px;
}
/* Send Button*/
#asform .btn {
	color: #000000;
	background-color: #EDE0B6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #9f5238;
	border-right-color: #9f5238;
	border-bottom-color: #9f5238;
	border-left-color: #9f5238;
}
/* Reply messages */
#asformReply {

}
#asformReply h4 {
	font-size:12pt;
}
#asformReply h5 {
	font-size:10pt;
}
