@charset "utf-8";
/* CSS Document */

a:link {color:#052458;}      /* unvisited link */
a:visited {color:#052458;}  /* visited link */
a:hover {color:#d73648;}  /* mouse over link */
a:active {color:#052458;}  /* selected link */
a {text-decoration: underline;}  /* decoration*/

#container{
	background: url(form_images/container-bg3.png);
	width:790px;
	height:515px;
	margin: 0 auto;
	padding: 0px;
	color:#333;
}
	
#videoplayer{
	position: relative;
	top: 23px;
	left:  20px;
	width:790px;
	height:440px;
}

#videoinfo{
	background: url(images/vid-bg3.gif);
	position: relative;
	top:-152px;
	left: 20px;
	width:320px;
	height:200px;
	color:#999;
	padding:0px;
	margin:0;
	z-index: 10;
}

#footer{
	background: url(images/footer.png) repeat-x;
	width:790px;
	height:25px;
	position:relative;
	left:450px;
	}

body{
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:0px;
	margin: 0 auto;  
}

#formcontent{
	width: 500px;
	margin:10px auto;
}

label {
	width: 100px;
	float:left;
}

.center{
	margin: 0 auto;
	padding:0 180px;
}
.note{
	width: 500px;
	font-size: x-small;
	padding: 20px;
	margin: 0 auto;
}
