/**!
* 网站大师-问卷调查
* author: xiaolong;
*/

.survey {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    padding: 8px 66px;
	background: #fff;
}

.QuestionEndDate {
    padding: 10px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}


.yzmLine,.tijiaoLine {
    padding: 10px 0 20px;
    text-align: center;
}

#btnSubmit,
#reset {
    width: 80px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    border: 0;
    cursor: pointer;
}
#btnSubmit {
    background-color: #f88f1a;
}

#yzm {
	height: 36px;
border: 1px solid #e0e0e0;
}

#imgVerify{
	margin-top:-10px；
}