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