body {
    background-color: #F5F5F5;
    color: #4D5357;
}

body, input, textarea, .chzn-single, .chzn-results{
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.5em;
}

p {
    font-size: 1.2em;
}

label {
    font-size: 1.2em;
}

#footer p {
    color: #5f8aaa;
}

input, textarea {
    background-color: #f9f9f9;
}

#header {
    background: #F5F5F5;
    display: block;
}

.left_column, .right_column, .review_container {
    background-color: #fff;
}

#footer {
    background: #003C69;
    display: none;
}

#notification_logo {
    display: none;
}

#mobile, .totalamount {
    background-color: #dcf3fa;
    color: #4D5357;
}

.ui-widget-header {
    background: #dcf3fa;
    color: #4D5357;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}

.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
}

.progressbar .completed,
.progressbar .current {
    background: #1996c0;
}

.progressbar .completed {
    color:  #116986;
}

input.complete {
    color: #FFFFFF;
    text-shadow: none;
    background: #448944;
}

input.complete:hover {
    color: #FFFFFF;
    background: #2f5f2f;
}

input.complete:focus {
    color: #FFFFFF;
    background: #61c361;
}