/* contact form */

#contact li,
#contact ul {
  list-style-type: none;
}


input.disabled {
        border: 1px solid #F2F2F2;
        background-color: #F2F2F2;
}

input.inp-required,
textarea.inp-required {
        border: 1px solid #00A8E6;

}
input.inp,
textarea.inp {
        border: 1px solid #879797;

}



input.requiredValue,
textarea.requiredValue
{
  border: 2px solid #00A8E6;
}
input.invalidValue,
textarea.invalidValue {
  background-color: #ffcccc;
}




input {
 width: 80%;
}
textarea {
  width: 100%;
  height: 100px;
}


input.validation-failed,
textarea.validation-failed {
        border: 1px solid #FF3300;
        color : #FF3300;
}

input.validation-passed,
textarea.validation-passed {
        border: 1px solid #00CC00;
        color : #000;
}

.validation-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #FF3300;
        color : #FFF;
        font-weight: bold;
}

.custom-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #C8AA00;
        color : #FFF;
        font-weight: bold;
}

fieldset {
        padding: 1em;
        margin-bottom: 0.5em;
}

label {

}
.form-row {
        clear: both;
        padding: 0.5em;
}

.field-label-req {
        font-weight: bold;
}
.field-label {

}

.field-widget {

}
.button {
  width: 30%;
  align: right;
}

.more {
    border-bottom:1px dashed #1A3DC1;
    color:#1A3DC1;
    cursor:pointer;
    text-decoration:none;
}
