.best-dressed-text {
	font-size: 18px;
	color: #d80b8c;
	text-align: center;
	padding: 10px 0;
}
.best-dressed-img {padding-bottom: 20px;}
.best-dressed-desc, .best-dressed-desc p {
	font-size: 14px;
	color: #000;
	padding: 5px 0;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.best-dressed-voteblock {
	margin: 20px 0;
	padding: 15px 30px;
	background: #000000;
	border: 1px solid #cccccc;
}
.best-dressed-vote-text {
	background: url(../../images/vote-img.jpg) no-repeat center top;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	height: 54px;
}
.best-dressed-vote-options {
	padding: 30px;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
.best-dressed-vote-options ul li {
	font-size: 30px;
	color: #fff;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.best-dressed-vote-options label {
  display: block;
  cursor: pointer;
  line-height: 2.0;
}
.best-dressed-vote-options [type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}
.best-dressed-vote-options [type="radio"] + span {
  display: block;
}
.best-dressed-vote-options [type="radio"] + span:before {
  content: '';
  background: #939393;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
.best-dressed-vote-options [type="radio"]:checked + span:before {
  background: #d80b8c;
  box-shadow: 0 0 0 0.25em #000;
}
.best-dressed-comments {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	padding: 5px 30px;
	max-width: 500px;
	margin: 0 auto;
}
.best-dressed-comments a {
	font-size: 25px;
	color: #fff;
	background: #d80b8c;
	display: block;
	padding: 10px 20px;	
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}
.best-dressed-comments a img {vertical-align: middle;}
.best-dressed-like-dislike {
	margin: 0 0 20px 0;
	padding: 15px 80px;
	background: #000000;
	border: 1px solid #cccccc;
	max-width: 660px;
    height: 60px;
}
.best-dressed-like-dislike a {
	float: left;
	width: 217px;
	height: 51px;
	text-decoration: none;
	margin: 0 10px;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
.best-dressed-like-dislike a.best-dressed-like {
	background: url(../../../images/like-bg.png) no-repeat 0 0;
}
.best-dressed-like-dislike a.best-dressed-dislike {
	background: url(../../../images/dislike-bg.png) no-repeat 0 0;
}
.yes-no-text {
	color: #0066cc;
	font-size: 30px;
	font-weight: bold;
}
.yes-no-numtext {
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	float: left;
	width: 75px;
}
.best-dressed-like .yes-no-text {
	float: left;
	width: 70px;
	padding-left: 70px;
	padding-top: 15px;
} 
.best-dressed-dislike .yes-no-text {
	float: right;
	width: 80px;
	padding-right: 60px;
	padding-top: 15px;
	text-align: right;
}
