@charset "utf-8";
/* CSS Document */

.comp_box {
	position:relative;
	top:45px;
	left:160px;
	width:125px;
	height:80px;
}

.kate_box {
	position:relative;
	top:115px;
	left:145px;
	width:150px;
	height:100px;
	color:#FFF;
}

.top_tips {
	position:relative;
	top:-145px;
	left:480px;
	width:250px;
	height:140px;
	color:#FFF;
}

#poll_container {
	position:relative;
	top:-110px;
	left:320px;
	width:350px;
	height:90px;
}

#poll_container h3 {
	width:270px;
}


.pollquestion {
	float:left;
	width:135px;
	height:14px;
	overflow:hidden;
	margin:5px 0 0 0;
	padding:0px;
}

.col1 {
	
}

.col2 {

}

.pollButton {
	margin-top:5px;
	float:left;
	clear:both;
}

.pollquestion input {
	float:left;
	height:14px;
	margin:0 10px 0 0;
	padding:0px;
}

.poll_result {
	float:left;
	width:135px;
	margin-top:2px;
}

.poll_bar_contaner {
	width:135px;
	float:left;
	clear:both;
	margin-top:2px;
}

.poll_bar_container .label {
	float:left;
	width:44px;
}

.poll_bar {
	float:left;
	height:10px;
	margin-right:5px;
}

.bar_col1 {background-color:#c47da6;}
.bar_col2 {background-color:#c47da6;}
.bar_col3 {background-color:#c47da6;}
.bar_col4 {background-color:#c47da6;}
.bar_col5 {background-color:#c47da6;}
.bar_col6 {background-color:#c47da6;}

.poll_answer {
	width:135px;
	float:left;
	clear:both;
	font-weight:bold;
}