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

.pollvotes, .pollresults {
    width: 280px;
	height: auto;
    padding: 0px 10px 0px 10px;
	margin: 0px;
}

.pollvotes h3, .pollresults h3 {
    margin-bottom: 10px;
	padding: 0px;
    font-size:1.2em;
    color: #3A3A3A;
}

.pollvotes ul, .pollresults ul {
    padding: 0px 0px 5px 10px;
	list-style-type: none;
	list-style-image: none;
}

.pollvotes li, .pollresults li {
    padding: 0px 0px 5px 0px;
	list-style-type: none;
}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
	height: auto;
}

.easypoll input.pollbutton1 {
	position: relative;
	float: left;
	width: 110px;
	margin: 0px 10px 0px 0px;
    border: 1px solid #C3D8DF;
    color:#3A3A3A;
    background-color:#DBDBDB;
	text-align: center;
}

.easypoll input.pollbutton2 {
	position: relative;
	float: left;
	width: 158px;
    border: 1px solid #C3D8DF;
    color:#3A3A3A;
    background-color:#DBDBDB;
	text-align: center;
}

.easypoll input:hover {
    background-color:#F3F3F3;
	cursor: pointer;
}

.easypoll_bar {
    height: 6px;
    background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 6px;
}

.easypoll_inner {
    height: auto;
    background: none;
    background-color:#C3D8DF;
}

.easypoll_error {
    border: 0px;
    background-color: #FAA;
    padding: 8px;
}