#vote{
	float: right;
	width: 120px;
}
#vote ul.vote-nav  {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#vote ul.vote-nav li {
	text-align: center;
     width:46px;
	height:19px;	
	border:1px solid #ccc;
	margin-left:2px;
	float: left;
	text-align:right;
	

}
#vote ul.vote-nav li.down a{
	display: block;
	font-size: 9px;
	color:#0d7d45;
	height:19px;
	text-decoration:none;
	background-image: url(/images/voteimg/vote-down-bg.gif);
	background-repeat: no repeat;
	background-position:center top;	
	text-align:left;
	padding:2px 0px 0px 4px;
}
#vote ul.vote-nav li.down a:hover{
 display: block;
  color:#f1f1f1;
background-image: url(/images/voteimg/vote-down-bg.gif);
	background-repeat: no repeat;
text-decoration:none;
background-position: center bottom;

}
#vote ul.vote-nav li.up a{
	display: block;
	font-size: 9px;
	color:#0d7d45;
	height:19px;
	text-decoration:none;
	background-image: url(/images/voteimg/vote-up-bg.gif);
	background-repeat: no repeat;
	background-position:center top;
	text-align:left;
	padding:2px 0px 0px 4px;
}
#vote ul.vote-nav li.up a:hover{
 display: block;
  color:#f1f1f1;
background-image: url(/images/voteimg/vote-up-bg.gif);
background-repeat: no repeat;
text-decoration:none;
background-position: center bottom;
}

#popupContent{
	/*display:none;*/
	position:fixed;
	position:absolute;	
	z-index:1000;
	background-image: url(/images/voteimg/votebox.png);
	background-repeat: no repeat;
	height: 250px;
	width: 313px;
	
}

#popHeader{
	margin-left: 45px;
	margin-top: 10px;
	height: 27px;
}
.vote-field {
	background-color: #FFFFFF;
	border: 1px solid #0d7d45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#thumbs_0 {
	background-image: url(/images/voteimg/vote-thumbsdown.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 30px;
}
#thumbs_1 {
	background-image: url(/images/voteimg/vote-thumbsup.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 30px;
}
#vote-name {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	float: left;
	margin-left: 5px;
	width: 195px;
	padding-top: 8px;
	height: 23px;
	overflow: hidden;
}
#close {
	float: left;
	height: 15px;
	width: 25px;
	margin-right: 10px;
}
#popForm{	
	padding:15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;

}
#popForm .vote-field{	
	width:200px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	margin:5px 0px 0px 0px;
}
#popForm .fielderror{	
	width:130px;
	font-size:11px;
	background-color:#FFCC00;
}
#emailLabel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#popForm .line{		
	font-size:1px;
	border-top:1px dotted #000;
	margin:4px 0px 0px 0px;
}
.popTitle {
	font-size: 11px;
	font-weight: bold;
	color: #0d7d45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 75px;
}
.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 10px;
	padding-top:4px;
}


.popHeader a{
	color:#333333;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#popupFooter{
	padding:20px 0px 0px 45px;
}
#thank-note{
	font-family:Verdana;
	font-size:14px;
	margin:20px 0px 63px 80px;
	padding:3px;
	color:#0d7d45;
	letter-spacing:-1px;
	width:190px;
	font-weight:bold;
	text-align:center;
	
	
}


