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

#draw
{
float:left;
}
#poll-area-wrap {
	float:left;
	width:255px;
	padding:90px 30px 30px 20px;/*border:#000 1px solid;*/
}
#poll-area-container {
	float:left;
	width:255px;
	height:200px;
	font-family:"Century Gothic", Arial, Verdana;
	font-size:13px;/*border:#000 1px solid;*/
}
#poll-btn-container {
	float:left;
	width:200px;
	padding-left:25px;
}
#openion_poll
{
	padding-bottom:5px;
}
.poll-question {
	float:left;
	width:215px;
	padding:5px 5px 5px 5px;
}
.poll-options-area {
	float:left;
	overflow:auto;
	width:195px;
	padding:0px 5px 5px 15px;
}
.poll-options {
	float:left;
	width:178px;
	padding:0px 0px 3px 0px;
}
.poll-btn {
	float:left;
	padding:7px 0px 0px 7px;
}
.right-vote-answer-area
{
}



/*The polling css */

#pollWrap {
	width:240px;
	padding-left:10px;
	/*overflow: scroll;
	border:#000 1px solid;*/
}
#pollWrap h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
#pollWrap ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style:none;
}
#pollWrap li {
	padding: 0;
	overflow:hidden;
	font-size: 0.9em;
}
#pollWrap li span {
	font-size: 0.8em;
}
.pollChart {
	margin-left: 25px;
	height: 5px;
	width:1px;
	margin-top:4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#pollSubmit {
/*
	margin-top: 5px;
	*/
}
#pollMessage {
	color:#C00;
	font-size: 0.8em;
	font-weight: bold;
}
.btn_css_wraper {
	border:1px solid black;
	width:220px;
	float:left;
}
/*.btn_css{
/*	border:1px solid red; 
	width:105px;
	float:left;
	cursor:pointer;
}*/
.btn_css1 {
	width:105px;
	position:absolute;
	margin-top:-10px;
	margin-left:4px;
	cursor:pointer;
}
.btn_css2 {
	width:105px;
	position:absolute;
	margin-top:-10px;
	margin-left:141px;
	/*left:605px;*/
	cursor:pointer;
}
.custom_buttom {
	border:0px none;
	width:61px;
	height:21px;
	display:block;
	float:left;
	background-image:url(../_images/vote.jpg);
	background-color:#FFF !important;
	cursor:pointer;
}
.custom_buttom_2 {
	border:0px none;
	width:61px;
	height:21px;
	display:block;
	float:left;
	background-image:url(../_images/result.jpg);
	background-color:#FFF !important;
	cursor:pointer;
	margin-left:20px;
}







/*----------------------------- FAIZAN CSS -----------------------*/


/*.poll_container {
	display: block;
	width: 243px;
	margin :0 auto;
}
.poll_container .poll_inner_text {
	display: block;
	width: 240px;
	height: 230px;
	overflow-y:scroll;
}
.poll_container .poll_heading {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #4a4a4a;
}
.poll_container .divider {
	display:block;
	background: #5db335;
	width: 100%;
	height: 1px;
	margin:8px 0 0 0;
}
.poll_container .submit_bttn {
	display:block;
	text-align:center;
	margin: 0 0 0 74px;
}
.poll_container .text {
	color:#333;
	font:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
}
.poll_container .radio_text {
	display:block;
	width:100%;
	height:auto;
	margin:7px 0 4px 0;
}
.poll_container .p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 0 0;
}
.poll_container .p_box {
	display:block;
	width:238px
	padding:10px 0 5px 5px;
}
.poll_container .form_box {
	display:block;
	width:100%;
	margin:0 0 0 0;
}
.poll_container .fl-l {float: left;}
.poll_container .fl-r {float: right;}
.poll_container .clear { clear: both }*/