body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#signupContainerLS10{
	width: 995px;
	background: #e8f0f5 url('../images/GetO_vote_sw_bg.gif') top right no-repeat;
	padding-bottom: 30px;
}
#signupContainerSW{
	width: 995px;
	background: #e8f0f5 url('../images/GetO_vote_sw_bg.gif') top right no-repeat;
	padding-bottom: 30px;
}
#signupContainerDSLR{
	width: 995px;
	background: #e8f0f5 url('../images/GetO_vote_dslr_bg.jpg') top right no-repeat;
	padding-bottom: 30px;
}

#layerLeft{
	float: left;
	height: 310px;
	width: 590px;
}
#layerLeft .LSh1{
	margin: 22px 0px 20px 25px;
	background: url('../images/GetO_vote_ls10_h1.gif') no-repeat;
	height: 58px;
	text-indent: -99999em;
}
#layerLeft .SWh1{
	margin: 22px 0px 20px 25px;
	background: url('../images/GetO_vote_sw_h1.gif') no-repeat;
	height: 64px;
	text-indent: -99999em;
}
#layerLeft .DSLRh1{
	margin: 22px 0px 20px 25px;
	background: url('../images/GetO_vote_dslr_h1.gif') no-repeat;
	height: 64px;
	text-indent: -99999em;
}

#layerRight{
	border: 2px solid black;
	height: 300px;
	width: 405px;
}

#entryWin{
	float: right;
	margin: 15px 35px 0px 0px;
}

#leftCopy{
	margin: 7px 0px 0px 25px;
}
#leftCopy p{
	clear: left;
	margin: 15px 0;
	padding: 0;
}
#leftCopy a{
	font-weight: bold;
}
#leftCopy a:hover{
	text-decoration: none;
}
#leftCopy .floatrightRej{
	float: right;
	clear: right;
	margin: 0px 0px 15px 25px;
}
#leftCopy .floatrightSW{
	float: right;
	clear: right;
	margin: 0px 0px 15px 25px;
}
#leftCopy img{
	border: 0px;
}
.formHR{
	font-size: 0px;
	margin: auto auto;
	height: 2px;
	width: 940px;
	background: url('../images/GetO_signup_form_hr.gif') repeat-x;
}
#signupForm {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#signupForm .required{
	color: red;
}
#signupForm .unbold{
	font-weight: normal;
}
#signupForm label{
	font-weight: bold;
}
#signupForm select{
	width: 185px;
	margin-bottom: 4px;
}
#signupForm textarea{
	width: 435px;
	margin-bottom: 4px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}
#formLeft{
	float: left;
	height: 270px;
	margin: 0px 70px 0px 0px;
}
#formLeft input{
	width: 184px;
	margin-bottom: 2px;
}
#formRight{
	height: 270px;
	margin-top: 0px;
}
#formRight input{
	width: 184px;
	margin-bottom: 2px;
}
#formBottom input{
	margin-bottom: 10px;
}
#formBottom label{
	position: absolute;
	width: 500px;
	margin: 2px 0px 0px 10px;
}
#formBottom .upload{
	position: relative;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
#terms{
	position: relative; 
	width: 100px; 
	margin: 0px 0px 0px 10px;
}

#addthis-vote{
	margin-top: 19px;
}

/* STYLES FOR VOTING PAGES */

#votingContainer{
	width: 993px;
}
#votingGrid{
	width: 950px;
	margin: 20px auto;
}

/* STYLES FOR ENTRY COLUMNS */

#votingGrid .entry{
	margin: 20px 10px 0px 10px;
	width: 170px;
	height: 170px;
	float: left;
}
#votingGrid .imgborder{
}
#votingGrid .lsentry{
	margin: 20px 10px 0px 10px;
	width: 170px;
	height: 190px;
	float: left;
}
#votingGrid .lsborder{
	background: url('../images/GetO_vote_ls10_entbg.jpg') no-repeat;
	padding: 15px 0px 0px 15px;
	margin-bottom: 0px;
	height: 120px;
}
#votingGrid .lsborderWin{
	background: url('../images/GetO_vote_ls10_entbg-win.gif') no-repeat;
	padding: 15px 0px 0px 15px;
	margin-bottom: 0px;
	height: 120px;
}
#votingGrid .lsborder a, #votingGrid .lsborderWin a{
	display: block;
	width: 100%;
}
#votingGrid .votebutton{
	display: block;
	margin: 10px auto;
}
		
/* LIVE VALIDATION STYLES */

	.LV_validation_message{
		font-size: 11px;
		line-height: 15px;
		height: 14px;
		font-weight:bold;
	}
	
	.LV_valid {
		color:#00CC00;
		display: none;
	}
	.LV_invalid {
		color:#CC0000;
		margin: 0;
		padding: 0;
	}
	
	#validate_terms{
		padding: 1px;
		margin-left: 24px;
	}
	
.clear{
	clear: both;
}
