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


/* Body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#6F7478;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(../images/mainBg.jpg);
	background-repeat:repeat-x;
}

.ieSucks {
	display: block;
}
/* End Body */

/* Main Content Container */
#container {
	position:relative;
	margin:0 auto;
	width:925px;
}
/* End Main Content Container */

/* Header Container */
#header {
	position:relative;
	float:left;
	width:925px;
	height:104px;
}

#leftBorder {
	position:relative;
	float:left;
	width:103px;
	height:336px;
}

#videoContent {
	position:relative;
	float:left;
	width:448px;
	height:336px;
	background-color: #FFFFFF;
}

#rightText {
	position:relative;
	float:left;
	width:312px;
	height:204px;
}

#rightBorder {
	position:relative;
	float:left;
	width:62px;
	height:336px;
}

#formArea {
	position:absolute;
	
	margin:0px;
	margin-top:204px;  
	top:0px; 
	left:0px;
	width:312px;
	height:132px;
	background-image: url(../images/formArea.jpg);
	background-repeat: no-repeat;
}

#footer {
	position:relative;
	float:left;
	width:925px;
	height:106px;
}

.formText {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 16px; 
}

input.visible_fields {
	position:relative;
	border: 1px solid #000000;
	background: white;
	font: 13px Arial;
	padding:1px;
}
