﻿.VoteList 
{
	display:block;
	width:705px;
	font-family:Arial;

}

.VoteList td 
{
	width:705px;	
	padding-bottom:10px;
}

.VoteElement 
{
	
	display:block;
	clear:both;
	background-image:url(../images/bg_VoteElement.jpg);
	background-repeat:no-repeat;
	padding-top:12px;
}


.VoteElement .LeftColumn 
{
	width:87px;	
	float:left;
	
}

/* Person's headshot */
.VoteElement .LeftColumn a.Img 
{
	border:1px solid #5c7300;
	width:73px;
	height:66px;
	display:block;
	background-color:#5c7300;
}

.VoteElement .LeftColumn a.Img img 
{
	border:none;
	width:73px;
	height:66px;
}


/* Vote Button */
.VoteElement .LeftColumn a.Vote 
{
	display:block;
	width:75px;
	height:24px;
	background-image:url(../images/btn_Vote.jpg);
	background-repeat:no-repeat;
	margin-top:6px;
}

.VoteElement .Copy 
{
	width:490px;
	display:block;
	float:left;
	
}

.VoteElement .Copy h2 
{
	font-weight:bold;
	color:#508304;
	font-size:14px;
	
	margin:0 0 6px 0;
	padding:0 0 0 0;
	
}

.VoteElement .Copy p 
{
	font-size:13px;
	color:#1c2d01;
	line-height:20px;
	margin:0px 0 0 0;
	padding: 0 0 0 0;
}

/* video button containing div */
.VoteElement .VideoButton 
{
	display:block;
	float:left;
	width:120px;
	text-align:center;
}

/* Video button itself */
.VoteElement .VideoButton a 
{
	display:block;
	width:79px;
	height:44px;
	background-image:url(../images/btn_ViewVideo.jpg);
	background-repeat:no-repeat;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
}

