.AxForm
{
    width : 480px;
    display : block;
    float : left;
}
.AxFormElement
{
    display : block;
    width : 480px;
    float : left;

    margin-bottom: 5px;
}
.AxFormElementLabel
{
    display : block;
    /*width : 75px;*/
    float : left;
}
.AxFormControl
{
    width:300px;
    float:right;
    text-align:left;
    display : block;

/*background: blue;*/
}

.AxIndent
{
    left:200px;
}

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

.AxCheckBoxList{}
.AxTextBox{}
.AxTextArea{}
.AxSubmitButton{}
.AxDropDownList{}
.AxRadioButtonList{}
.AxPlainText{}
.AxCaptchaImg{}

.AxRequired{}
.AxValidation{}

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

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








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