﻿#poll {
	border-top:dashed 1px #7B7D7B;
	border-bottom:dashed 1px #7B7D7B;
	padding-top:5px;
	padding-bottom:5px;
	
}
.PB-text-above-voting-options {
	width:125px!important;
	margin:0;
	padding:0;
	display:block;
}

#poll .PB-poll A {
	color:#000!important;
	margin:-20px 25px 0 25px ;
	float:right;


}
#poll TD {
	color:#666;
}
#poll TABLE.PB-voting-options-table {
}
#poll TABLE.PB-voting-options-table TD {

}
#poll TABLE.PB-voting-options-table TD INPUT {
line-height:80%;

}
#poll .PB-results-link{

}
#poll .PB-text-above-results{
	text-decoration: none;
	width:140px;
}

#poll .PB-results{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	color:#666;

}


#poll .PB-results-voting-option{
	text-decoration: none;
	color:#666;
}
#poll .PB-results-bar-and-percentage{
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	height:8px;
}
#poll .PB-results-bar{
	background:#FF6600;
}
#poll .PB-results-percentage{
	text-decoration: none;
	padding-left:4px;
	color:#ff6600
}
#poll .PB-voting-button INPUT {
	color:#ff6600;
	border:solid 1px #ff6600;
	background:#fff;
}