#poll {
	width: 250px;
	border:1px solid #eee;
	margin: 50px auto;
}
#poll h1 {
	margin:0; padding:5px; 
	font-size: 1.2em; font-family:Georgia, serif;
	background: #ffcc33;
	font-weight: bold; color:#900;
}
#poll p {
	font-family: "Georgia"; color:#333; 
	margin:0; line-height:2em;
}

#poll p.pollques { font-weight: bold; text-align: left; }

#poll p a { text-decoration: none; color: #990000; }

#pollcontainer {
	margin:5px; border:1px solid #f3f3f3;
	background:#f9f9f9; padding:5px;
}
#loader { display:none; text-align:center;}
.option { margin:5px 0; }
.option p { line-height:1.1em; font-size:0.85em; }
.bar { height:10px; background:#990000; }
.yourvote { background:#cc0000; }

/* Comments Style */

.comments {
	width: 90%;
	margin: 20px auto;
	background: #ffff99;
	border: 1px outset #ffcc99;;
}

.vcomm {
	margin: 10px 5px;
}

.vcomm li {
	border-bottom: 1px inset #ff3366;
}

/* Form Styles */

#post h4 { font: 16px "Georgia"; font-style: italic; margin: 10px 0; }

#post form {
	width: 90%;
	margin: 0 auto;
}

#post form fieldset { border: none; margin: 10px 0; }
#post form p { border: 1px solid #F3A251; margin: 15px 10px 0 0; padding: 10px; }
#post form p input { width: 400px; height: 20px; margin-top: 10px; }
#post form p textarea { width: 400px; }

#post form p input.bottoncino { height: 30px; width: 150px; }
