.AxForm
{
	display : block;
    	float : left;
	border: solid 1px #a9bfd4;
	margin: 0 0 50px 0px;
}
.AxFormElement
{
   	display : block;
	float : left;
	margin: 2px 25px 0px 25px;
}

.AxFormElementLabel
{
	display : block;
	width : 150px;
	float : left;
	font-weight: bold;
	margin: 10px 0 5px 0; 
	color: #000000;
}
.AxFormControl
{
    width:300px;
    float:right;
    text-align:left;
    display : block;
}

.AxIndent
{
    left:200px;
}

.AxLabelPositionLeft .AxFormControl
{
    left:200px;
}
.AxLabelPositionLeft .AxFormElementLabel
{
    left:0px;
    display : inline;
    width : 150px;
}
.AxLabelPositionTop .AxFormElementLabel
{
    display : block;
    width : 150px;
}
.AxCheckBoxList
{

}

.AxMultipleChoice
{
}

.AxTextBox
{
	width: 280px;
	height: 22px;
	margin: 3px;
	border: solid 1px #115a9e;
}

.AxTextArea
{
	width: 280px;
	margin: 3px;
	border: solid 1px #115a9e;
}

.AxSubmitButton{
	background-color: #59a626;
	border: solid 0px;
	padding: 3px 15px 3px 15px;
	margin: 0 0 -10px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 9px;
	color: #ffffff;
}
.AxDropDownList
{
	width: 280px;
	height: 22px;
	margin: 3px;
	border: solid 1px #115a9e;
}

.AxRadioButtonList
{
	line-height: 15px;
	color: #000000;
}

.AxPlainText{}
.AxCaptchaImg{}

.AxRequired
{
	float:left;
	width: 280px	
	text-align:left;
	display : block;
	size: 10px;
}

.AxValidation{
	float:left;
	width: 280px	
	text-align:left;
	display : block;
	size: 10px;
}

.AxInformationIcon
{
    margin-left:5px;
    margin-bottom:6px;
}

.AxRequiredMessage
{	
	float:left;
	width: 280px	
	text-align:left;
	display : block;
	size: 10px;
	color : Red;

}

.AxValidationMessage
{
    width:300px;
    float:left;
    text-align:left;
    display : block;
    color : Red;
}

.info
{

}
.content
{

}

.AxFormControl .AxMultipleChoice 
{
    float:left;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
