/* CSS Document */
#div_poll_display{
	margin:0;
	padding:0;
	width:155px;
	float:right;
	border-top:solid 1px #66CCCC;
	border-left:solid 1px #66CCCC;
	border-right:solid 1px #66CCCC;
	margin-top:15px;
	margin-left:10px;
	padding:8px;
	padding-bottom:3px;
	background-color:#0090A2;
	position:relative;
	z-index:0;
	color: #ffffff;
}

#div_poll_results{
	margin:0;
	padding:8px;
	width:155px;
	float:right;
	border-bottom:solid 1px #66CCCC;
	border-left:solid 1px #66CCCC;
	border-right:solid 1px #66CCCC;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#CCCCCC;
	position:relative;
	z-index:0;
	clear:right;
	border-top:0;
}

input.subbut {
	color:#000000;
	background-color: #66cccc;
	margin-top: 5px;
	border:none;
	font-size:10px;
	padding:3px;
}

.p7_subbahead {z-index:999;}
.p7_subbglobal {z-index:999;}
