﻿/* 
aForms CSS
Form is always wrapped below <div class="aForms"> use .aForms as first selector to avoid overwriting other styles.
*/

.aForms label{
	width:150px;
	float:left;
	cursor: pointer;
	text-align:right;
	line-height:16px;
	margin-right:10px;
}
.aForms fieldset{
     border-style:none;
	margin-left:0px;
	padding-left:0px;
}
.aForms fieldset label
{
	width:auto;
	float:none;
	cursor: pointer;
	display:inline;
}

/*form field div wrapper*/
div.aField{
	margin-top:10px;
	margin-bottom:10px;
	
	width:460px;
}
.aRequired{
	font-weight:bold;
}
.aButton{
	margin-left:120px;
}
.aRequired input:focus{
	border:1px solid red;
	padding:1px;
	padding-bottom:3px;
}

.aRequiredFieldText{
	/*border:1px dotted red;*/
	display:inline;
	
	
	font-weight:normal;
	color:red;
	display:none;
}

/* input text */
.aTextFld{

}
/* textarea */
.aTextAreaFld{

}
/* select */
.aSelectFld{

}


#formZone1
{
	list-style-type:none;
}