/* polls.css */

#main ol.poll {
	list-style-type: lower-alpha;
}

div.dial {
	width:105px;
	height:20px;
	background-color:#ededed;
	border:1px solid #999;
}

div.dial span {
	display:block;
	float:left;
	height:20px;
	text-align:center;
}

#main ol.poll span {
	display:block;
	height:16px;
	border:1px solid #999;
	margin:5px 0;
	/* color:#D37827; */
}

#main ol.poll span.a1 {
	background-color:#c6c6c6;
}

#main ol.poll span.a2 {
	background-color:#d8d8d8;
}

#main ol.poll span.a3 {
	background-color:#ededed;
}


div.promotion_box {
	clear:both;
	margin:10px 0 0 0;
	padding:5px 0;
	background-color:#ededed;
	border:1px solid #ccc;
	width:240px;
	text-align:center;
}

div.promotion_box h2 {
	font-size: 14;
}

div.promotion_box h3 {
    font-size: 10;
}

div.promotion_box input.cutpaste {
	width: 240;
	font-size: 10;
	
}