@charset "UTF-8";

@font-face {
    font-family: 'Museo';
    src: url('fonts/museo_slab_500-webfont.eot');
    src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { margin:0; padding:0; background:url(../img/top-background.png) repeat-x #1B1B1B; font-family:"Museo", helvetica, arial, sans-serif; }

.box { width:720px; position:relative; left:7px; margin:auto; }
	.box .top { width:720px; margin:auto; background:url(../img/top.png) repeat-y; }
	.box .left { width:220px; height:400px; float:left; background:url(../img/teaser.png); }
	.box .right { width:430px; float:right; margin-left:70px; }
		.tweakable { width:236px; height:47px; margin-top:62px; background:url(../img/tweakable.png); }
		.subtitle { margin-top:7px; color:#666; font-size:22px; }
		.coming-soon { margin-top:65px; color:#FFCC00; font-size:22px; }
		.text { margin-top:6px; font-family:helvetica, arial, sans-serif; font-weight:bold; color:#BFBFBF; font-size:15px; }
			.text a:link, .text a:visited { color:#FFF; text-decoration:none; }
			.text a:hover { color:#FF9900; }
		.disabled-form { width:330px; height:102px; margin-top:25px; background:url(../img/disabled-form.png); }
		
		.form { width:360px; height:103px; }
			.form-left { float:left; }
				#device { width:240px; margin-top:35px; margin-left:0; }
				.input-box { width:240px; height:33px; margin-top:10px; background:url(../img/input-field.png); }
					#email { width:218px; position:relative; top:6px; left:6px; font-family:helvetica, arial, sans-serif; font-size:13px; color:#333; border:0; outline:0; }
			.form-right { float:right; margin-top:17px; }
				.brace { width:24px; height:103px; float:left; background:url(../img/brace.png); }
				#send { float:right; margin-left:10px; margin-top:42px; }
		.message { margin-top:27px; color:#FFCC00; font-size:15px; }