@charset "utf-8";
/* CSS Document */

#formTable input {
	width:239px;
	background-color:#edede5;
}
#formTable textarea {
	width:239px;
	background-color:#edede5;
}

#contractorTable input {
	width:239px;
	background-color:#edede5;
}

#youTubeInputField {
	width:355px;
	background-color:#edede5;
}

#contestCheckBox {
	width:auto;
}

select {
	width:239px;
	background-color:#edede5
}

td {
	padding-bottom:23px;
	padding-right:15px;
}

#entryFormContainer {
	position:relative; 
	width:900px; 
	margin-left:auto;
	margin-right:auto;
	
}

#entryFormContainerHeader {
	position:relative;
	height:205px;
	width:900px;
}

#contestRulesImage {
	float:right;
	background-image:url(/img/contest_rules_panel.jpg);
	width:335px;
	height:205px;
}

#entryFormHeaderImage {
	background-image:url(/img/official_contest_entry_header.jpg);
	width:417px;
	height:55px;
}

#entryFormIntroCopy {
	position:relative;
	top:20px;
	width:551px;
	margin-bottom:50px;
	font-size:13px;
}

.dottedLine {
	position:relative;
	width:551px;
	border-bottom:dotted thin;
}

#yourInfoHeaderImage {
	position:relative;
	margin-top:-15px;
	background-image:url(/img/your_info_header.jpg); 
	width:120px; 
	height:45px;
}

#formTable {
	position:relative;
	margin-top:10px;
	width:551px;
}

#yourVideoContainer {
	position:relative;
	width:552px; 
	height:185px;
}

#yourVideoHeaderImage {
	margin-top:30px;
	background-image:url(/img/your_video_header.jpg); 
	width:140px; 
	height:25px;
}

#yourVideoCopy {
	margin-top:15px;
	width:551px; 
	font-size:13px;
}

#youTubeLinkHeaderImage {
	position:relative;
	top:20px; 
	background-image:url(/img/paste_youtube_link_header.jpg);
	width:190px;
	height:16px;
}

#youTubeLinkContainer {
	position:relative; 
	top:30px;
}

#enterTheContestContainer {
	position:relative;
	top:30px;
	height:160px;
}
#contractorContainer {
	position:relative;
	top:30px;
	height:160px;
}
#contractorHeaderImage {
	background-image:url(/img/your_contractor_header.jpg);
	width:201px; 
	height:24px;
	margin-bottom:15px;
	margin-top:30px;
}

#contractorCopy {
	margin-top:15px;
	width:551px; 
	margin-bottom:15px;
	font-size:13px;
}

#enterTheContestHeaderImage {
	background-image:url(/img/enter_the_contest_header.jpg);
	width:213px; 
	height:25px;
	margin-bottom:15px;
}

#submitButtonContainer {
	position:relative;
	top:30px;
}

#submitButtonStyle {
	width:94px; 
	height:34px;
}

#contentContainer {
	position:relative; 
	left:30px; 
	height:600px;
}

#entryConfirmedImage {
	background-image:url(/img/entry_confirmed_header.jpg); 
	width:333px; 
	height:55px;
}

#congratsImage {
	position:relative; 
	margin-top:22px; 
	background-image:url(/img/congratulations_header.jpg); 
	width:484px; 
	height:26px;
}

#congratsCopy {
	position:relative; 
	top:20px;
	height:100px; 
	width:590px;
}

#promoteYourVideoImage {
	position:relative; 
	top:15px; 
	background-image:url(/img/promote_video_panel.jpg); 
	width:466px; 
	height:384px;
}

#iconHolder {
	position:absolute; 
	top:275px; 
	left:20px;
}

#promoteCopy {
	position:relative; 
	left:20px; 
	margin-bottom:40px; 
	width:310px;
}


.linkFormatter {
	margin-bottom:30px;
}



.error-header {
	font-size: 14px;
	color: #fc8800;
	margin-bottom: 15px;
}

.error-message {
	color: #fc8800;
}

/* main menu */

#homeTab {
	position: absolute;
	left: 0px;
	width:  89px;
	height: 40px;
	z-index: 3;
	overflow: hidden;
	background: url(/img/tab_home.png) no-repeat 0px 0px;
}

#enterTab {
	position: absolute;
	left: 85px;
	z-index: 4;
	width:  153px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_enter_to_win.png) no-repeat 0px -40px;
}

#rulesTab {
	position: absolute;
	left: 233px;
	z-index: 2;
	width:  150px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_official_rules.png) no-repeat 0px 0px;
}

#videosTab {
	position: absolute;
	left: 378px;
	z-index: 1;
	width:  158px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_see_the_videos.png) no-repeat 0px 0px;
}

#share_success{
display:none;
float:right;
	width:300px;
	

	

}
