/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
*/


/* FIELDSETS
---------------------------------------- */
fieldset {
    border: 0;
}

fieldset div {
    width: 450px;
}

fieldset div div {
    height: auto;
    width: 300px;
}

fieldset p {
    float: left;
    margin: 20px 0px 10px 122px;
}



fieldset p p {
    float: none;
    
}

.checkbox input, input.checkbox {
    width: 20px;
}

label {
    position: relative;
    top: 24px;
    float: left;
    width: 122px;
    text-align: right;
    clear: both;
}

label.right {
    float: none;
    position: inherit;
    clear: none;

}

li label {
    position: inherit;
    float: none;
    width: auto;
    text-align: left;
    clear: both;
}

label.required {
    position: inherit;
    color: #900;
    text-align: left; 
    width: 300px;
}

.Actions {
    clear: both;
    cursor: pointer;
    margin-left: 135px;
    margin-top: 20px;
}
.recaptcha {
    float: left;
    margin: 17px 0 0 0;
}


/* FIELD FORMATING
---------------------------------------- */
form ul {
    list-style: none;
}

.middleColumn {
    display: block;
    margin:0;
    background: #E9E9E9;
    padding: 4px;
    width: 306px;
    clear: left;
    float: right;
}
#Sidebar .middleColumn {
    margin: 0 0 0 8px;
    display: inline;
}

div.tab .field .middleColumn {
    clear: none !important;
    margin: 0 !important;
    width: auto;
}

.middleColumn .middleColumn {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.middleColumn .message {
    margin: 0;
}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
    padding: 2px;
    border: 1px solid #A7A7A7;
    color: #000;
    width: 300px;
}


input:focus span, textarea:focus span {
    border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
    width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
    display: block;
}

label.right {
    display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
    width: 105px;
}
input#Search_Form_SearchForm_Search {
    width: 110px;
    padding: 3px;
    margin-left: -4px;
}
#Sidebar input.action {
    float: right;
    padding: 1px;
    margin: -22px 10px 0 0;
}

#Captcha{
   float: left;
   margin: 8px 0 0 137px;
}
