form {
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 30px;
    padding: 60px;
}

form ul li {
    clear: both;
    display: block;
}

form label {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

form input, form select, form textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: block;
    float: left;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 300px;
}

form input.checkbox {
    margin-right: 10px;
    margin-top: 8px;
    width: auto !important;
}

form select {
    height: 28px;
    width: auto;
}

form textarea {
    height: auto;
}

form input.bt-submit {
    height: auto;
    width: auto;
}

form input.input-radio {
    width: auto;
}

form label.error {
    color: #FF0000;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
}


form fieldset {
    border: none;
    padding: 4px;
}

form fieldset legend {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}
/*
form div.error {
    background-color: #EEEEEE;
    border: 1px solid red;
    padding: 5px;
}*/

form .dz-message {
    background: #fff none repeat scroll 0 0;
    border: 2px dashed #1ABC9C;
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 20px;
}

form .dz-message > span {
    color: #1ABC9C;
    font-size: 20px;
    text-transform: capitalize;
}
