
/* 
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: 10px;
}
.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: 400px;
}

div.aFieldaRequired
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}

.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
{
}

