/* GENERAL STYLES */
/****************************/
/*   Fieldset settings      */
/****************************/

div #umbracoAutoForm
{
    text-align: center;
}

#umbracoAutoForm .umbErrorSummary
{
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background-color: #FFF6BF;
    color: #000000;
    font-weight: bold;
    margin: 18px 0 31px 0;
    padding: 9px 0 10px 50px;
    background-image: url(tswe-images/icons/error_icon.gif);
    background-repeat: no-repeat;
    background-position: 15px 12px;
    text-align: left;
}

#umbracoAutoForm .umbErrorSummary li
{
    font-weight: normal;
}

/***************************************************/

#umbracoAutoForm fieldset
{
    padding: 10px;
    /*width: 100%;*/
    text-align: left;
}

#umbracoAutoForm legend
{
    padding: 5px;
}


/*************** LabelTop Formular ****************/

.LabelTop p.required strong
{
    font-size: small;
    font-weight: normal;
}
.LabelTop label
{
    clear: left;
    float: left;
    margin-left: 50px;
    margin-top: 5px;
    width: 80%;
}

.LabelTop .TextBox,
.LabelTop .umbEditorTextField
{
    clear: left;
    display: block;
    float: left;
    border: 1px solid #CACACA;
    width: 80%;
    margin-left: 50px;
}

.LabelTop .umbEditorTextFieldMultiple
{
    clear: left;
    display: block;
    float: left;
    border: 1px solid #CACACA;
    width: 80%;
    height: 200px;
    margin-left: 50px;
}
.LabelTop .umbracoAutoFormRowDescription
{
    clear: left;
    display: block;
    float: left;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 50px;
    font-size: x-small;
    color: #1e3e55;
    line-height: normal;
}
.LabelTop img.umbCaptcha
{
    clear: left;
    float: left;
    padding: 2px;
    border: 1px solid #CACACA;
    margin-bottom: 3px;
    margin-left: 50px;
}
.LabelTop .umbCaptchaField
{
    clear: left;
    float: left;
    border: 1px solid #CACACA;
    width: 202px;
    margin-left: 50px;
}

.LabelTop .umbracoAutoFormButton
{
    margin-top: 5px;
    margin-left: 50px;
    text-align: center;
}


/*\*//*/ .AutoFormPlus legend { display: inline-block; } /* IE Mac legend fix */

/* EDITOR PROPERTIES */

