/* * * * * * * * * * * * * * * * *
 *
 *  CSS RESET
 *
 * * * * * * * * * * * * * * * * */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


input, textarea, select  {
    color: #373743 !important;
}

label  {
    color: #373743;
}

h3.ui-widget-header {
    color: #373743;
}

body {
    background-color: #8c969b !important;
    color: #373743 !important;
}

#applicationFormHeader {
    background-color: #f5a50f;
}

#applicationFormHeaderButtons {
    color: #ffffff;
}

#applicationFormHeaderButtons a {
    color: #ffffff;
}

#applicationForm {
    background-color: #ffffff;
}

#applicationFormHeadImage {
    background: #ffffff;
}

#applicationFormTitle {
    color: #f5a50f;
}

.btn{
    color: #ffffff !important;
    background-color: #f5a50f !important;
    border-color: #f5a50f !important;
}

.applicationFormBlockTitle {
    color: #f5a50f;
}

.required {
    color: #f5a50f;
}

.applicationFormFileuploader {
    width: 100% !important;
}

.btn-upload, #ApplicationFormSubmit {
    background: #f5a50f !important;
    color: #ffffff !important;
    border-color:#f5a50f !important;
}

.form-control:focus {
    border-color: #f5a50f;
}

.row-tight {
    margin-left: 0;
    margin-right: 0;
}

