/*
 * simple demo stylesheet for the EasyPoll Snippet v.0.1.1
 */


.pollvotes, .pollresults {
 padding: 0px;
	margin: 0px;
	
}
.rdb{
	display: inline;
	border: none;
	padding: 0px;
	margin: 0px;
	
}
.pollvotes h3, .pollresults h3 {
   margin-bottom:10px;
}

.pollvotes ul, .pollresults ul {
	padding:0px;
    padding-top:5px;
    padding-bottom:5px;
	 margin: 0px;
	 list-style: none;
}
.pollvotes li, .pollresults li {
		padding:0px;
    padding-bottom:5px;
	 margin: 0px;
	 list-style: none;
}
.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    
}

.easypoll input:hover {
    
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

.easypoll_inner {
    height:100%;
  padding: 0px;
	margin: 0px;
    background-color:#B62434;
}
