﻿body
{
    background: rgb(255, 255, 255);
    font-family: "Helvetica Neue", helvetica, "Open Sans", Arial, sans-serif !important;
    font-size: 14px;
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.has-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.star-error {
    border-color: #F1DBDA;
    border-width: 1px;
}

.required-field {
    color: #B94A48; 
    font-weight: bold;
}
div.nntopbar
{
	left: 0px;
	top: 0px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px rgba(45,60,72,0.1);
    -moz-box-shadow: 0 1px rgba(45,60,72,0.1);
    box-shadow: 0 1px rgba(45,60,72,0.1);
    position: relative;
    width: 100%;
    z-index: 2;
}

.logo
{
	padding-top:5px;
    padding-bottom:5px;
    position: relative; 
    max-width:250px;
    max-height:75px;
}

form#survey div.input
{
	margin-left: 410px;
}
form#survey input
{
	height: 28px;
}
form#survey div.actions
{
	padding-left: 350px;
}

.loc-cont:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(45,60,72,0.15);
    -moz-box-shadow: inset 0 0 0 1px rgba(45,60,72,0.15);
    box-shadow: inset 0 0 0 1px rgba(45,60,72,0.15);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

div.loc-cont
{
	margin-bottom: 12px;
	background: #cdd0d4;
}

div.prs-cont
{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;

    border: 1px solid #dadada;
    border-top: 1px solid #bbb;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
}

.help-block {
    font-size: 11px;
    color: #959ba2;
    max-width: 820px;

    padding: 0px;
    margin: 0px;
}

.width-constraint {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 16px;
    padding-right: 16px;
}

form#survey {
    padding: 16px;
}

.form-section {
    display: table;
    text-align: center;
    vertical-align: middle;

    width: 100%;

    padding-top: 8px;
    padding-bottom: 8px;
}

.form-section-other {
    display: table;
    text-align: center;
    vertical-align: middle;

    width: 100%;
}

    .form-section-other ul {
        list-style: none;
        margin: 0px;
        padding: 0px;

        text-align: right;
    }

    .form-section-other .fa {
        color: #FFCC00;
    }

.form-section-label {
    display: table-cell;
    width: 50%;

    text-align: right;
    vertical-align: middle;

    padding-left: 8px;
    padding-right: 8px;
}

.form-section-answer {
    display: table-cell;
    width: 50%;

    text-align: left;
    vertical-align: middle;

    padding-left: 8px;
    padding-right: 8px;
}

.form-section-help {
    display: table-cell;
    width: 50%;

    text-align: left;
    vertical-align: top;

    padding-left: 8px;
    padding-right: 8px;

    position: relative;
    top: -6px;
}

.form-section-submit {
    display: table-cell;
    width: 50%;

    text-align: left;
    vertical-align: top;

    padding: 8px;
}

form#survey label {
    font-size: 13px !important;
    font-weight: normal !important;
}

.bq-adjust {
    font-size: 14px;
    padding: 0px 10px;
}

.prs-center {
    text-align: left;
}

.prs-out {
    display: table;
    min-height: 70px;
    padding: 10px;
    vertical-align: middle;
}

.prs-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.prs-in > a {
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    height: 75px;
}

.star-cont {
    position: relative;
    top: -6px;
}

#star-required {
    position: relative;
    top: -6px;
}

.mv-down {
    position: relative;
    top: 4px;
}

.mv-up {
    vertical-align: top;
    position: relative;
    top: 4px;
}

.mv-cbox {
    float: left;
}

.mv-cbtext {
    vertical-align: top;
    position: relative;
    top: 9px;
    left: 6px;
    margin-bottom: 24px;
}

.bottom-padded {
    padding-bottom: 24px;
}

#disclaimer {
    padding-bottom: 8px;
}

#disclaimer.label {
    vertical-align: middle;
}

#sharebutton {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    border: none;
}