
.basecontent-form-editor form {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 0 auto;
}
.basecontent-form-editor form fieldset {
    margin: 1px;
    padding: 5px;
}
.basecontent-form-editor form fieldset.formButtonContainer {
    text-align: right;
}
.formElement.drag, .formButton.drag {
    background: none repeat scroll 0 0 #EBF4FB;
    overflow: hidden;
}
.basecontent-form-editor .formElement, .basecontent-form-editor .formButton {
    display: inline-block;
    position: relative;
}
.basecontent-form-editor .formElement {
    min-width: 200px;
    padding-bottom: 7px;
    width: 100%;
}
.basecontent-form-editor .formButton {
}
:first-child + html .basecontent-form-editor .formButton {
    display: inline !important;
}
.basecontent-form-editor .formElement h1, .basecontent-form-editor .formButton h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.basecontent-form-editor .formElement p, .basecontent-form-editor .formButton p {
    border-bottom: 1px solid #AAAAAA;
    color: #666666;
    font-size: 11px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.basecontent-form-editor .formElement label, .basecontent-form-editor .formButton label {
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    width: 24%;
}
.basecontent-form-editor .formElement .small, .basecontent-form-editor .formButton .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
.basecontent-form-editor .formElement input, .basecontent-form-editor .formElement select, .basecontent-form-editor .formElement textarea {
    -moz-box-sizing: content-box;
    border: 1px solid #AAAAAA;
    display: inline-block;
}
.basecontent-form-editor .formElement input, .basecontent-form-editor .formElement select, .basecontent-form-editor .formElement span.left {
    float: right;
    font-size: 12px;
    margin: 0 -2px 2px 1ex;
    padding: 4px 0;
    width: 73%;
}
.basecontent-form-editor .formElement span.left {
    margin: 0;
    padding: 0;
    width: 73%;
}
.basecontent-form-editor .formElement span.errorMessage {
    color: #AA0000;
    display: none;
}
.basecontent-form-editor .formElement img.captcha {
    display: inline-block;
    float: right;
    height: 50px;
    width: 180px;
}
.basecontent-form-editor .formElement img.captchaReload {
    display: inline-block;
    float: right;
    height: 16px;
    margin-left: 1ex;
    width: 16px;
}
.basecontent-form-editor div.captcha {
    display: none;
}
.basecontent-form-editor .formElement input.captcha {
    float: right;
    font-size: large;
    margin-left: 0;
    text-align: center;
    width: 7em;
}
.basecontent-form-editor .formButton input {
    float: none;
    margin: 0;
    width: auto;
}
.basecontent-form-editor .formElement div.radiobuttons, .basecontent-form-editor .formElement div.checkboxes {
    float: right;
    width: 74%;
}
.basecontent-form-editor .formElement div.radiobuttons input, .basecontent-form-editor .formElement div.checkboxes input {
    clear: left;
    float: left;
    margin-right: 1em;
    padding: 0;
    width: auto;
}
.basecontent-form-editor .formElement .radiobuttons label, .basecontent-form-editor .formElement .checkboxes label {
    clear: none;
    float: left;
    font-weight: normal;
    width: 75%;
}
.basecontent-form-editor .formElement textarea {
    clear: both;
    float: left;
    margin: 0 0 7px;
    width: 100%;
}
.basecontent-form-editor .formElement .fullWidth {
    width: 100%;
}
.formElementsPanel {
    overflow: auto;
}
.formElements .column {
    min-width: 200px;
    width: 47%;
}
.formElements .left {
    float: left;
    margin-right: 24px;
}
.formElements .right {
    float: left;
}
.basecontent-form-editor .formElement span.right {
    float: right;
    width: 73%;
}
.formElements form {
    background-color: #EBF4FB;
    border-color: #B7DDF2;
    padding: 14px;
    width: auto;
}
.formElements fieldset {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-left: 0;
    padding-right: 0;
}
.formElements .formElement, .formElements .formButton {
    border: 1px dotted black;
    vertical-align: top;
}
.formElements .formElement {
    margin: 3px;
    padding: 3px;
}
.formElements .formButton {
    margin: 3px 7px;
    padding: 3px 7px;
}
.formElements .formElement input, .formElements .formButton input, .formElements .formElement select, .formElements .formElement textarea {
    border-color: #AACFE4;
}
.formElements div.captcha {
    display: inline-block;
}
.formElements img.captcha {
    background: url("/webadmin/editcenter/gui/static/cms/de/app/images/form/captcha.jpg") no-repeat scroll 0 0 transparent;
    margin-left: 1ex !important;
    width: 49% !important;
}
.formElements input.captcha {
    width: 5em !important;
}
.formElements img.captchaReload {
    display: none !important;
}
.formPreviewPanel {
    overflow: auto;
}
.formPreview form {
    margin: 5em auto;
    padding: 14px;
    width: 500px;
}
.formPreview fieldset {
    border: 1px dotted;
}
.formPreview .formElement, .formPreview .formButton {
    border: 1px solid transparent;
}
.formPreview .formElement:hover, .formPreview .formButton:hover {
    border: 1px dotted black;
}
.formPreview .formElement.spaceAbove {
    padding-top: 50px;
}
.formPreview div.captcha {
    display: inline-block;
}
.formPreview img.captcha {
    background: url("/webadmin/editcenter/gui/static/cms/de/app/images/form/captcha.jpg") no-repeat scroll 0 0 transparent;
}
.formPreview img.captchaReload {
    background: url("/webadmin/editcenter/gui/static/cms/de/app/images/form/reload.gif") repeat scroll 0 0 transparent !important;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.formPreview .formHint {
    color: #BBBBBB;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 4px 0;
    text-align: left;
}
.formPreview .formHint.spaceAbove {
    padding-top: 50px;
}
.formElement .formElementHandle, .formButton .formElementHandle {
    background-color: transparent;
    border: 0 none;
    cursor: move;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
