/* Start of CMSMS style sheet 'Form styles' */
/* Start of CMSMS style sheet 'Form styles' */
 /* CSS Document */

legend{
    margin: 0 8px;
}
label{
    width: 180px;
    float: left;
    display: block;
    margin-left: 8px;
}
fieldset{
     -moz-border-radius: 10px;
}
fieldset.no-border{
    border: none;
}
fieldset.no-border legend{
    display: none;
}

.component{
    margin: 8px 0;
    float: left;
    clear: left;
    width: 100%;
}

.component input, .component select, .component textarea, .component .checkboxGroup{
    float: left;
}

.component.error input, .component.error select, .component.error textarea, .component.error .checkboxGroup{
    border: solid 2px red;
}

.component .checkboxGroup{
    margin-left: 180px;
}
.component .checkboxGroup label{
    width: auto;
}

.formError{
    float: left;
    color: red;
    font-weight: bold;
    margin: 12px 0;
}

.aftertext{
    margin-left: 8px;
}

input.wide, select.wide, textarea.wide{
    width: 400px;
}

textarea#content_en{
    width: 800px;
    height: 600px;
}

/* End of 'Form styles' */


/* End of 'Form styles' */

