﻿#jqContent {
background:url("../images/bg-img.png") no-repeat fixed top center;
padding:70px 0px !important;
}

#headerCss {
background: white no-repeat;
width: 920px;
margin: 0 auto;
}
#mainCss {
background: white;
width: 920px;
margin: 0 auto;
border-radius: 5px;
}
#footercss {
width: 920px;
margin: 0 auto;
background: white;
height: 20px;
}
.surveyhead h1 {
font-size: 24px;
color: #1395f3;
}

input.submitbutton {
border: 1px solid transparent;
background: #366dcc;
outline:none;
}
input.submitbutton_hover,input.submitbutton:hover
{
    background:#477cd9;
color:#fff !important;
}