/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
@font-face {
	font-family: 'VegurRegular';
	src: url('fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('fonts/Vegur-R_0500.woff') format('woff'), url('fonts/Vegur-R_0500.otf') format('opentype'), url('fonts/Vegur-R_0500.svg#Vegur-Regular') format('svg');
}
html, body {
    background-color: #dfdfdf;  
	background-image: url("images/background.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    font: 14px "VegurRegular", Arial, Verdana, sans-serif;
    color: #656565;
    text-align: center;
}
.green {
	color: #65cc00;
}
.logo-grey {
	color: #656565;
}
div#body {
	position: absolute;
	width: 100%;
	height: 100%;
}
div#inner {
	position: absolute;
	width: 530px;
	height: auto;
	left: 50%;
	margin-left: -265px;

}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #656565;
	margin-bottom: 10px;
}
div#logo {
	margin-top: 10px;
}
div#social {
	margin-top: 4px;

}
div#social img {
	margin: 0px 10px 0px 0px;
}
div#vid-outer {
	margin: 13px 0px 0px 10px; 
	background-image: url("images/vid-border.jpg");
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 9px 32px 38px 15px;
}
div#vid-inner {
	width: 480px;
	height: 360px;
	background-image: url("images/video-bg.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}
div#video {
	display: none;
	overflow: hidden;
}
div#signup-form {
	display: none;
	overflow: hidden;
	padding: 10px;
	opacity:0.0;
	filter:alpha(opacity=0)
}
div#beta-signup-success {
	display: none;
	overflow: hidden;
	padding: 10px;
	opacity:0.0;
	filter:alpha(opacity=0)
}
div#slogan {
    margin-top: -15px;
}
div#beta-button {

}
#sign-up {
	cursor: pointer;
}
.text-field {
	border: 5px double #cdd9c0;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	background-color: white;
	font: 14px  "VegurRegular", Arial, Verdana, sans-serif;
	color: #656565;
	margin-bottom: 10px;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.button {
	border: 1px solid #cdd9c0;
	background-color: #65cc00;
	font: 20px  "VegurRegular", Arial, Verdana, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
	width: 50%;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.button:hover {
	text-decoration: underline;
}
em.error {
	font-size: 12px;
	position: absolute;
}
.error {
	color: red;
}