html,body{
	color: #999;
	font-family: "Myriad Pro",Helvetica,Arial;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #0c0c0c;
	margin: 0px auto;
	min-width: 720px;
}

h1{

	height: 63px;
	margin: 0px auto;
		margin-top: 200px;

	width: 311px;
}

a{
	outline: none;
	text-decoration: none;
}

a img{
	border: 0;
}

div.tagline{
	font-size: 13px;
	margin-top: 15px;
	text-align: center;
}

div.release-date{
	-webkit-transform: rotate(1deg);
	font-size: 30px;
	margin-top: 50px;
}

div.release-date span{
	color: #cc0000;
	font-weight: bold;
}

div.submitted,div.failure{
	color: #000;
	margin-top: 45px;
	padding: 10px;
}

div.submitted{
	background: #90A000 url("/img/preview/submit-bg.png");
	border-left: 0px;
	border-right: 0px;
	border: 2px solid #90A000;
}

div.failure{
	background: red url("/img/preview/preview-sidebar-active.png");
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	color: #fff;
}

form.signup{
	margin-top:50px;
}

form.signup input{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("/img/preview/search-bg.png") #999;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Myriad Pro",Helvetica,Arial;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	vertical-align: middle;
	width: 300px;
}

form.signup input:focus{
	outline: 0;
}

form.signup input[type=submit],form.signup input.submit{
	/* Preload Active Image by setting it as the background then overriding it with the normal image */
	background: url("/img/preview/submit-active-bg.png");
	background: green url("/img/preview/submit-bg.png");
	border: 1px solid #80A000;
	cursor: pointer;
	padding: 0 !important;
	width: 100px;
	outline: none;
}

form.signup input[type=submit]:active,form.signup input.submit:active{
	background: green url("/img/preview/submit-active-bg.png");
}

div.twitter{
	margin-top: 50px;
}

div.preview{
	color: #000;
}

div.preview div.header{
	background: url(/img/preview/preview-header.png) repeat-x top center;
	height: 75px;
}

div.preview div.header div.navigation{
	background: url(/img/preview/preview-navigation.jpg) no-repeat top left;
	float: left;
	height: 75px;
	margin-left: 1%;
	width: 49%;
}

div.preview div.header div.search{
	background: url(/img/preview/preview-search.png) no-repeat top right;
	float: right;
	height: 75px;
	margin-right: 1%;
	width: 49%;
}

div.preview div.page{
	background: #FFBBBB;
	font: 13px Helvetica;
	height: 165px;
	overflow: auto;
}

div.preview div.page div.navigation{
	float: left;
	width: 20%;
}

div.preview div.page div.navigation ul{
	border-right: 1px solid #666;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.preview div.page div.navigation ul li{
	background: #eee;
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
}

div.preview div.page div.navigation ul li.active{
	background: url(/img/preview/preview-sidebar-active.png) repeat-x;
	color: #fff;
}

div.preview div.page table{
	border-collapse: collapse;
	float: right;
	width: 80%;
}

div.preview div.page table thead{
	background: url(/img/preview/preview-table-header.png) repeat-x;
	color: #000;
	font-size: 12px;
	text-align: left;
}

div.preview div.page table thead th{
	border-right: 1px solid #333;
	height: 26px;
	padding-left: 5px;
}

div.preview div.page table tbody{
	background: #ddd;
	color: #000;
	font: 13px Helvetica;
}

div.preview div.page table tbody tr{
	border-bottom: 1px solid #666;
}

div.preview div.page table tbody td{
	padding: 10px 0px 10px 10px;
}

div.content{
	background: transparent url(/img/preview/page.png) repeat-x;
	background-position: 0 65px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
html>/**/body form.signup input, x:-moz-any-link, x:default {padding-top: 10px;}
