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

/* Landing Page CSS
Author: Tom Corbett
Created: 9-2-10
*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
div { text-align: left; vertical-align: top; }
a,ins{text-decoration:none;}
strong { font-weight: bold; }

/* RESETS
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{background-color:#2b323f;}

#container {
	width:960px;
	height: 681px;
	background: url('../images/landing/meet-tom.png') no-repeat 0 0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	text-align:center;
}

#videobox {
	width: 822px;
	height: 464px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 140px;
}
#skip {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin-top: 15px;
	text-align:center;
}
#skip a {color:#a9aab0;}
#skip a:hover {text-decoration:underline;}
#signupform {
	width: 470px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
}
input {
	background: url('../images/landing/field_bg.png') no-repeat 0 0 #FFF;
	border: 1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	width: 206px;
	height: 26px;
	padding-left: 5px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}
select {
	background: url('../images/landing/field_bg.png') no-repeat 0 0 #fff;
	border: 1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	width: 213px;
	height: 26px;
	padding-left: 5px;
	margin-left:10px;
	vertical-align:middle;
}
option {padding-bottom:5px; vertical-align:middle;}


#submitbtn {
	width:	155px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url('../images/landing/signup_off.png') no-repeat 0 0;
	border:none;
	display:block;
}

#submitbtn:hover {
	background:url('../images/landing/signup_on.png') no-repeat 0 0;	
}