.AxForm
{
    width : 500px;
    display : block;
    float : left;
    margin-top: 10px;
}
.AxFormElement
{
    display : block;
    width : 500px;
    float : left;
    margin-bottom: 5px;
}
.AxFormElementLabel
{
    display : block;
    width : 150px;
    float : left;
}
.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{}
.AxTextBox { font-family: 'MS Sans Serif', Geneva, sans-serif; font-size: inherit; border: solid 1px #ccc; padding: 3px 15px 3px 3px; }
.AxTextArea { font-family: 'MS Sans Serif', Geneva, sans-serif; font-size: inherit; border: solid 1px #ccc; padding: 3px 15px 3px 3px; }
.AxSubmitButton { font-family: 'MS Sans Serif', Geneva, sans-serif; font-size: inherit; border: solid 1px #ccc; padding: 3px; }
.AxDropDownList{}
.AxRadioButtonList{}
.AxPlainText{}
.AxCaptchaImg{}

.AxRequired { background: url('../media/axstar.png') no-repeat right top; }
.AxValidation {  }

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

.AxRequiredMessage
{
    width:300px;
    float:right;
    text-align:left;
    display : block;
    color : #ff0000;
    font-size: 90%;
    font-style: italic;
}
.AxValidationMessage
{
    width:300px;
    float:right;
    text-align:left;
    display : block;
    color : #ff0000;
}













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