@charset "utf-8";

@import url("styles.css");
@import url("layouts_generic.css");

/* CSS Document */

#poll_container {
	float:left;
	clear:both;
	padding:10px;
	width:740px;
}

/* Poll Page */

.pollQuestion {
	float:left;
	clear:both;
	width:740px;
	margin-top:10px;
}

.pollQuestion input {
	float:left;
	margin-right:10px;
}

.poll_result {
	float:left;
	clear:both;
	width:740px;
	margin-top:10px;
}

.poll_bar_container {
	width:150px;
	float:left;
}

.poll_bar {
	float:left;
	height:10px;
	margin-top:3px;
	background-color:#b5799c;
}

.poll_label {
	float:left;
	width:44px;
	margin-left:5px;
}

.poll_result_option {
	float:left;
	width:550px;
}