.rc_surveystart {
  font-family: Arial;
  font-weight: bold;
  padding-bottom: 0px;
  background-color: white;
}
.rc_surveystart .fields 
{
  padding-top: 15px;
  padding-left: 11px;
  padding-bottom: 20px;
  background: url("/images/rc_surveystart/white-shield-lg.png") no-repeat;
  background-size: 100% 101%;
  background-repeat: no-repeat;
}

.rc_surveystart .survey_header {
  text-shadow: rgba(2, 3, 3, 0.1) 2px 1px 2px;
  padding-top: 12px;
  font-family: Arial;
  font-weight:bold; 
  font-size:16px;
  text-align: center;
  color: #236687;
  box-shadow: 2px #E8E8E8;
  line-height: 19px;
}

.rc_surveystart .survey_label {
  margin-left: 3px;
  font-family: Arial;
  color: #333333;
  font-size: 14px;
  font-weight:bold; 
}

.rc_surveystart .job_field {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  -moz-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px;
  margin-left: 1px;
  width:90%;
  margin-bottom:10px;
}

.rc_surveystart .years_experience_field {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  -moz-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px;
  margin-left: 1px;
  width: 63px;
  margin-bottom:10px;
}

.rc_surveystart .location_field {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  -moz-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px;
  margin-left: 1px;
  width:90%;
  margin-bottom:5px;
}

.rc_surveystart .button_div
{
    margin-top:2.2%;
    text-align:center;
}

.rc_surveystart .button_div .surveystart_submit_button
{
    background-color: hsl(203, 43%, 5%) !important; 
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a97bd", endColorstr="#070e12"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5a97bd), to(#070e12)); 
    background-image: -moz-linear-gradient(top, #5a97bd, #070e12); 
    background-image: -ms-linear-gradient(top, #5a97bd, #070e12); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a97bd), color-stop(100%, #070e12)); 
    background-image: -webkit-linear-gradient(top, #5a97bd, #070e12); 
    background-image: -o-linear-gradient(top, #5a97bd, #070e12); 
    background-image: linear-gradient(#5a97bd, #070e12); 
    border-color: #070e12 #070e12 hsl(203, 43%, -7.5%); 
    color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.82); 
    -webkit-font-smoothing: antialiased; 
    width:89%;
    text-align:center; 
    font-size:15px; 
    color: #FFFFFF; 
    height:27px; 
    box-shadow: 2px 2px 3px #C8C8C8;
}
.rc_surveystart .or_div {
  text-align:center;
  font-family: Arial;
  color: #333333;
  font-size: 12px;
  text-align:center; 
}

.rc_surveystart .linkedin_button {
    text-align: center;
}

.rc_surveystart .comp_manager_button {
    text-align: center;
}

.rc_surveystart .comp_free_report_button
{
    margin-top:5px;
    background-color: hsl(23, 90%, 35%) !important; 
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed620c", endColorstr="#a94608"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ed620c), to(#a94608)); 
    background-image: -moz-linear-gradient(top, #ed620c, #a94608); 
    background-image: -ms-linear-gradient(top, #ed620c, #a94608); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed620c), color-stop(100%, #a94608)); 
    background-image: -webkit-linear-gradient(top, #ed620c, #a94608); 
    background-image: -o-linear-gradient(top, #ed620c, #a94608); 
    background-image: linear-gradient(#ed620c, #a94608); 
    border-color: #a94608 #a94608 hsl(23, 90%, 31.5%); 
    color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23); 
    -webkit-font-smoothing: antialiased; 
    width:88%;
    text-align:center; 
    font-size:13px; 
    color: #FFFFFF; 
    height:27px; 
    font-weight:bold; 
    box-shadow: 4px 4px 4px #C8C8C8;
}
.rc_surveystart .payscale_logo {
  text-align:center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.rc_surveystart #m_countryInput
{
    display: none;
    font-size: 14px;
    width:91%; 
    background-color: #ffffff;
    -webkit-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
    -moz-box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
    box-shadow: rgba(2, 3, 3, 0.1) 1px 2px 2px 0px inset;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
}
.rc_surveystart input[type="text"] {
    line-height: 18px;
    font-size: 13px;
}

.rc_surveystart .actionLink
{
    text-align:center; 
    font-size:12px;
    font-family: Arial;
}
                                        
.rc_surveystart .button_div .red_button  
{
    background-color: hsl(360, 73%, 29%) !important; 
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e03838", endColorstr="#7f1313"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e03838), to(#7f1313)); 
    background-image: -moz-linear-gradient(top, #e03838, #7f1313); 
    background-image: -ms-linear-gradient(top, #e03838, #7f1313); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03838), color-stop(100%, #7f1313)); 
    background-image: -webkit-linear-gradient(top, #e03838, #7f1313); 
    background-image: -o-linear-gradient(top, #e03838, #7f1313); 
    background-image: linear-gradient(#e03838, #7f1313); 
    border-color: #7f1313 #7f1313 hsl(360, 73%, 22.5%); 
    color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42); 
    -webkit-font-smoothing: antialiased; 
    width:89%;
    text-align:center; 
    font-size:15px; 
    color: #FFFFFF; 
    height:27px; 
    box-shadow: 2px 2px 3px #C8C8C8;
}