

.survey * 
{
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #52515c;
    margin: 0;
    padding: 0;
    border-color: initial;
}

.survey select {
    font-size: 1em;
    width: auto;
}

.survey .survey_shield {
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 20000;
}

.survey .survey_body {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -157px;
    min-width:640px;
    width:640px;
    /*min-height: 314px;*/
    background: url('white_bg_with_texture.gif') repeat;
    z-index: 20001;
    box-sizing: content-box;
}

.survey .survey_trans_blue{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    background-color: #7ac4f8;
    z-index: 1;
}

.survey .survey_header_con {
    margin: 0 10px 20px 10px;
    background-color: #0095ff;
    height: 46px;
    z-index: 2;
    position: relative;
    top:10px;
}

.survey .survey_body_info {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.survey #survey_header_text{
    font-size: 18px;
    line-height: 1.3em;
    color: #FFF;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 14px;
}

.survey #survey_extra_info {
    font-size: 18px;
    text-align: left;
    padding-top: 5px;
    margin-left: 24px;
    margin-right: 20px;
    position: relative;
    line-height: 1.2em;
    z-index: 2;
}

.survey .survey_header_con a{
    border: 0 none;
    position: absolute;
    top: 14px;
    right: 14px;
    line-height: 20px;
    width: 20px;
    text-decoration: none;
    background: url('close_survey.png') no-repeat;
    background-position: -2px 2px;
    font-size: 14px;
}

.survey .survey_header_con a:hover,
.survey .survey_header_con a:focus{
}

.survey #survey_body_questions.empty 
{
    padding: 0;
    border-top: 0;
}


.survey #survey_body_questions {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin: 12px 20px 0 20px;
    position: relative;
    z-index: 2;
    padding: 15px 0 15px 0;
    clear: both;
}

.survey .survey_action_but_con{
    position: relative;
    z-index: 2;
    margin: 0 20px 10px 20px;
    min-height: 34px;
    padding: 15px 0 0 0;
}

.survey .survey_action_but_con div{
    float: right;
}


.survey_action, 
.survey_notice 
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
    margin: 10px 10px 10px 0;
    border: 0 none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 5px 5px 5px;
    height: 17px;
}

.survey_notice 
{
    background-color: #e7e7e7;
    color: #404040;
}

.survey_action 
{
    background: url('action_but_bg.png') repeat-x;
    cursor: pointer;
}


.survey .survey_action_but_con input {
    margin-left: 10px;
    border: 0 none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    height: 21px;
    background: url('action_but_bg.png') repeat-x;
    cursor: pointer;
}

.survey_action:hover,
.survey .survey_action_but_con input:hover {
    background: url('action_but_bg_hover.png') repeat-x;
}


.survey .survey_white_block {
    background-color: #FFF;
    position: relative;
    font-size: 12px;
    min-height: 34px;
}

.survey .survey_blue_flow 
{
    border: 0 none;
    background-color: #0095ff;
    color: #FFF;
    float: left;
    font-size: 16pt;
    padding: 10px 10px 0px 10px;
    height: 24px;
    line-height: 14px;
}

.survey_single .survey_blue_flow {
    display: none;
}

.survey .survey_question {
    margin-left: 10px;
    float: left;
    height: 24px;
    padding-top: 10px;
}

.survey .survey_white_block input {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #e9e9e9;
    border: 0 none;
    color: #0092ff;
}

.survey .survey_white_block label {
    float: left;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 10px;
}

.survey .survey_separator{
    float: left;
    border-right: 1px solid #c8c8c8;
    width: 1px;
    height: 16px;
    margin-top: 9px;
    margin-left: 10px;

}

.survey .survey_white_block select {
    float: right;
    margin-top: 7px;
    margin-right: 7px;
    height: 21px;
}

.survey .survey_spacer_h {
    height: 10px;
    width: 100%;
}

.survey_validation 
{
    display: none;
    }

.survey_validation.not-valid 
{
    display: block;
float: left!important;
width: 50%;
font-size: 12px;
line-height: 15px;
padding-left: 0px;
color: red;
    }
    