body {
	text-align:center;
	background: #f0f0f0;
	font-family: "微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

#jqContent {
	width: 920px;
	/*background: url(/site/images/oldbg2.jpg) no-repeat*/
		top center;
	padding-top: 105px;
	margin: 0 auto;
}

#mainCss {
    background: white;
    width: 920px;
    margin: 0 auto;
}
.survey {
    width: 780px;
    line-height: 20px;
    word-wrap: break-word;
    padding: 0;
    margin: 0 auto;
}
.surveyhead {
    line-height: 20px;
    text-align: center;
    width: 96%;
    padding: 40px 2% 30px;
}
.surveyhead h1 {
    color: #a40001;
    font-size: 24px !important;
    line-height: 24px;
}
.surveydescription {
    color: #555555;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-left: 0;
    margin-top: 20px;
}
fieldset {
    border: 0;
}
.div_question {
    border: 2px solid white;
    padding: 4px;
    clear: both;
    margin: 2px auto 10px;
    width: 96%;
    height: auto;
}
.div_title_question_all {
    padding-top: 2px;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    height: auto;
    line-height: 20px;
}
.div_title_question {
    overflow: hidden;
    zoom: 1;
}
span.req {
    color: red;
    font-weight: bold;
}
.qtypetip {
    color: #a40001;
    font-weight: normal;
    font-size: 14px;
}
.div_table_clear_top {
    clear: both;
    margin-top: 4px;
}
.div_table_question {
    clear: both;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 15px;
    color: #333333;
    _padding-left: 27px;
}
.ulradiocheck{
	border: none;
}
.ulradiocheck li {
    line-height: 30px;
    position: relative;
}
.div_table_radio_question li {
    float: left;
    list-style-type: none;
}
.div_table_radio_question li {
    margin-bottom: 2px;
}

.jqRadio {
    background: transparent url(/site/images/radio.gif) no-repeat;
    vertical-align: middle;
    height: 16px;
    width: 18px;
    _font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
}
.jqCheckbox {
    background: transparent url(/site/images/checkbox.gif) no-repeat;
    vertical-align: middle;
    height: 16px;
    width: 18px;
    _font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
}
.jqChecked {
    background-position: 0 -16px;
}
.ulradiocheck li label {
	font-size: 15px;
	line-height: 30px;
    display: block;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.submit_div{
	padding:70px 0px 70px 0px; 
	text-align: center;
}
input.submitbutton {
	color: #fff;
    border: 1px solid #a40001;
    border-radius: 5px;
    background: #a40001;
}