/* General Form Styles
-----------------------------------------------------------------------------*/

input {
	font-family: Arial, Sans-Serif;
  padding: 0px;
}

textarea {
    
}

select {
    
}

option {
    
}

input.type-text {
	font-size: 18px;    
}

input.type-text:focus {
    
}

input.type-password {
    
}

input.type-radio {
    
}

input.type-checkbox {
    
}

input.type-submit,
input.type-button {
    
}

input[type="image"] {
    
}

fieldset ol li,
fieldset ol li {
    list-style: none;
    list-style-position: outside;
    padding-bottom: 12px;
}

fieldset label {
    color: #595959;
    display: block;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 4px;
}

fieldset label.inline {
    display: inline;
}

fieldset label em {
    color: #D66060;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-left: 0.5em;
}

div.errors p.error {
    color: #a20000;
    font-size: 11px;
    font-weight: normal;
}

/* Career Application Form
-----------------------------------------------------------------------------*/
#apply form li.fl .errors {
    width: 200px;
}

#apply form li.fl {
    margin-right: 40px;
}

#apply form li label {
    font-weight: bold;
}

#apply form li.cv input {
    background: #FFFFFF url(../images/form/bg-input-440px.jpg) no-repeat left center;
    width: 440px;
    height: 40px;
    text-align: right;
}

#apply input.type-text {
    background: #FFFFFF url(../images/form/bg-input-200px.jpg) no-repeat left center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: none;
}

#apply input.type-text.large {
    background: #FFFFFF url(../images/form/bg-input-440px.jpg) no-repeat left center;
    width: 440px;
    height: 40px;
}

#apply .submit {
	float:right;
    background: url(../images/bg-gradient-200px.jpg) no-repeat left top;
    margin-top: 28px;
    width: 160px;
    text-align: center;
    padding: 20px;
}

#apply input.type-submit {
    border: none;
    font-size: 14px;
    background: none;
    text-transform: uppercase;
    color: #8dc63f;
    font-weight: bold;
    text-align: center;
    padding:0px;
    margin:0px;
}

#user-login {

}

    #user-login ul.form-view,
    .backend ul.form-view{
        list-style: none;
        width: 550px;
        margin: 0 auto;
    }

        #user-login .form-view li,
        .backend .form-view li {
            clear: left;
            line-height: 20px;
            padding: 5px 0px 5px 150px;
        }

        #user-login .form-view label,
        .backend .form-view label {
            font-weight: bold;
            position: absolute;
            margin-left: -150px;
            line-height: 40px;
        }

            #user-login .form-view label.inline,
            .backend .form-view label.inline {
                position: static;
                margin-left: 0px;
                font-weight: normal;
            }

    #user-login .form-view textarea,
    .backend .form-view textarea {
        width: 400px;
        height: 200px;
    }

    #user-login .form-view input.type-text,
    .backend .form-view input.type-text {
        width: 400px;
        height: 40px;
        border: none;
        background: #FFFFFF url(../images/form/bg-input-440px.jpg) no-repeat left center;
    }

    #user-login .form-submission-actions {
        margin-top: 20px;
        text-align: center;
        line-height: 30px;
    }
