﻿body {
background:#8c77c2;
}
#jqContent {
width: 920px;
margin: 0 auto;
padding-top:70px;
}
#headerCss {
background: white no-repeat;
width: 920px;
margin: 0 auto;
}
#mainCss {
background: white;
width: 920px;
margin: 0 auto;
}
#footercss {
width: 920px;
margin: 0 auto;
background: white;
height: 20px;
}
.surveyhead h1 {
font-size: 20px;
font-weight: bold;
color: #6f4ace;
}

input.submitbutton {
border: 1px solid #5b34c0;
background: #6f4ace;
}
input.submitbutton_hover,input.submitbutton:hover
{
    background:#7d5ad6;
color:#fff !important;
}