﻿html
{
	height: 402px;
	width: 534px;
	overflow: hidden;
}

body
{
	height: 402px;
	width: 534px;
	overflow: hidden;
	background-image: url(/images/Vote/countdown_bg.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
}

.link
{
	cursor: pointer;
	text-decoration: underline;
}

#timer
{
	position:absolute;
	top:80px;
	left:180px;
	font-size: 40px;
}


#message
{
	position:absolute;
	top:150px;
	left:20px;
}

#message2
{
	position:absolute;
	top:200px;
	left:20px;
}

#VoteContent .description
{
	position: absolute;
	top: 163px;
	left: 0px;
	height: 100px;
	width: 510px;
	margin: 12px;
	color: #000000;
}

#VoteContent .vote
{
	left:339px;
	position:absolute;
	top:195px;
}

#vote_email
{
	width: 170px;
	font-size: 9px;
	font-weight: bold;
	margin-top:10px;
	margin-left: 0px;
	padding: 0px;
	display: inline;
}

#VoteContent .Submit
{
	text-decoration: underline;
	margin-top:10px;
	color:#000000;
	cursor:pointer;
	font-size:13px;
	background-color: Transparent;
	border: 0px;
}

#Message
{
	color:#FFFFFF;
	display:inline-block;
	height:130px;
	overflow:hidden;
	text-align:center;
	width:290px;
}

.offScreenText
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
