.bill-vote {
	overflow: auto;
	color: #111;
}
.bill-vote-wrap {
	margin: .5em;
    margin-right: 2em;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;

}
.bill-vote-clear {
	height: 0;
	clear: both;
}
.bill-vote-gravatar {
	float: left;
	width: 90px;
}
.bill-vote-gravatar img {
	margin: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bill-vote-message {
	overflow: auto;
	margin-left: 90px;
	padding: 0 2em;
	background: #fff;
	border-left: 1px solid #ddd;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.bill-vote-message p {
	margin: 1.5em 0;
	line-height: 1.5;
    font-size: 14px;
}
.bill-vote-message a.button,
.bill-vote-message span { margin-right: 0.5em; }