#landingBG {
	width: 888px;
	height: 750px;
	text-align: center;
	background: url('../images/index_bg.jpg') no-repeat;
}

img.bottomRightAlign {
	float: right;
	margin-top: 658px;
	margin-right: 100px;
}

#contestInfoFooter {
	width: 888px;
	height: auto;
	text-align:center;
}

#contestInfoFooter p {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}

#videoHeader {
	margin-top: 15px;
	width:878px;
}

#videoHeader img {
	padding-left: 5px;
}

h1.video {
	font-family: "Trebuchet MS";
	color: #000;
	font-size: 1em;
}

#videoContent {
	width: 848px;
	min-height: 500px;
	padding: 10px 20px 10px 20px;
}

#vidCounter {
	width: 600px;
	/*background-color: #CCC;*/
	height: auto;
	padding: 20px 0 20px 0;
	margin-top: 50px;
	margin-left: 144px;
	text-align: center;
	
}


.separatorText {
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
}

.percentageText {
	font-weight: bold;
	color: #FF0000;
	font-size: 2em;
}

div.formBreak {
	border-bottom: 1px dashed #666;
	width: 90%;
	margin: 15px 0 15px 0;
}

/*----------Form Elements --------*/



label{
display:block;
margin-bottom:5px;
color:#000;
}

#videoContent #vidCounter table {
	width: 600px;
}

#videoContent table {
	width: 678px;
}

.firstCol {
	width: 100px;
	padding: 10px;
}

.secondCol {
	width: 578px;
	padding: 10px;
}

.combinedCol {
	padding: 10px;
}

.videoVote {
	/*background-color: #99cc00;*/
	padding: 5px 50px 5px 0;
	float: left;
	
	/*margin-left: 45px;*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius:5px;*/
	/*border: 1px dashed #000;*/
	width: 210px;
	}
	

.fieldError {
color: #FF0000;
font-size: .85em;
}

.videoVote img{
	padding: 7px;
	background-color: #000;
}

.videoVote p {
	color: #000;
}

p.blackText {
	color: #000;
}

#vidCounter img {
	padding: 7px;
	background-color: #000;
}

.videoVote label {
	float: right;
	padding-top: 5px;
	
}

/*-------Thickbox Styles-----------*/

.contentBoxRight {
	width: 350px;
	float: right;
	padding: 5px 5px 0 5px;
	/*border-left: 1px dashed #000;
	border-right: 1px dashed #000;*/
}

.contentBoxLeft {
	width: 350px;
	float: left;
	padding: 5px 5px 0 5px;
	/*border-left: 1px dashed #000;
	border-right: 1px dashed #000;*/
}

a img.videoLinks {
	border: none;
	margin: 15px 125px 0 100px;
}

h1.videos {
	font-family: Trebuchet MS;
	color: #CC3300;
}

.scriptError {
	color: FF0000;
	font-size: 1.2em;	
}