.aep_poll{
border:1px solid #ddd;
padding:20px;
margin-top:40px;
background:#fafafa;
}

.aep_poll h3{
margin-bottom:15px;
}

.aep_vote{
margin:5px;
padding:10px 15px;
border:1px solid #ccc;
background:white;
cursor:pointer;
}

.aep_vote:hover{
background:#eee;
}

.aep_results{
margin-top:20px;
}