@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

.content_left {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 640px;
	padding:10px;	
}

.survey-name{
	width:620px;
	border-bottom:1px solid #cbcbcb;
	overflow:hidden;
}

.survey-name-left{
	float:left;
	width:520px;
}

.survey-name-left p{
	margin-left:22px;
	word-break:break-all;
	line-height:20px;
}

.survey-name-left-title{
	background:url(/images/survey/icon-survey.gif) no-repeat left;
	max-height:35px;
}

.survey-name-right{
	background:url(/images/survey/bg-number.gif) no-repeat;
	text-align:center;
	float:right;
	width: 84px;
	height:46px;
	padding-top:2px;
}

.margin5{
	margin:15px 0px 5px;
	padding-left:5px;
}

form,fieldset{
	outline:0 none;
	border:0 none ;
}

#survey-content{
	width:620px;
}

.survey-content1{
	padding:5px 5px 0px;
	border-bottom:1px solid #f0eeef;
	width:610px;
	overflow:hidden;
}

.survey-answer{
	margin:10px 0px 5px 5px;
	line-height:150%;
	color:#000;
	font-size:12px;
	overflow:hidden;
}

.survey-answer-td{
	padding:3px 8px;
}

.survey-answer-td1{
	width:550px;
}
.survey-answer-td2{
	width:550px;
}

.survey-answer-th{
	width:120px;
	padding:3px 8px;
	text-align:right;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

#survey-sure{
	width:640px;
	height:40px;
	text-align:center;
	margin-top:20px;
	line-height:24px;
}

.servey-sure-btn{
	vertical-align:middle; 
	cursor:pointer;
}


/*font*/
.black14{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.black12{
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.black12 a:link, .black12 a:visited, .black12 a:active{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.black12 a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
.gray12-b5b3b4{
	color:#b5b3b4;
	font-size:12px;
}

.red16-da0203{
	color:#da0203;
	font-size:16px;
	font-weight:bold;
}

.red14-cc0000{
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}

.gray-ccc{
	font-size:12px;
	color:#ccc;
}

.gray-ccc a:link, .gray-ccc a:visited, .gray-ccc a:active{
	font-size:12px;
	color:#ccc;
	text-decoration:none;
}

.gray-ccc a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}



/*survey-result*/
.td-bg{
	width:180px;
	overflow:hidden;
	background:url(/images/survey/public_bg_03.png) no-repeat scroll left center ;
	padding:3px 0px;
}

.td-num{
	width:50px;
}

.td-bg1{
	background:url(/images/survey/public_bg_01.png) no-repeat scroll 0px -24px;
	overflow:hidden;
	height:12px;
	margin:0;
	float:left;
}

.td-bg2{
	background:url(/images/survey/public_bg_01.png) no-repeat scroll 0px -48px;
	overflow:hidden;
	height:12px;
	margin:0;
	float:left;
}

.td-bg3{
	background:url(/images/survey/public_bg_01.png) no-repeat scroll 0px -72px;
	overflow:hidden;
	height:12px;
	margin:0;
	float:left;
}
.td-bg4{
	background:url(/images/survey/public_bg_01.png) no-repeat scroll 0px -96px;
	overflow:hidden;
	height:12px;
	margin:0;
	float:left;
}
.td-bg0{
	background:url(/images/survey/public_bg_01.png) no-repeat scroll 0px -120px;
	overflow:hidden;
	height:12px;
	margin:0;
	float:left;
}

.welcome{
	text-align:center;
	padding:5px;
	width:620px;
	height:20px;
}
