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

body {

	background: black url(/images/bg.jpg) no-repeat top center fixed;
	color: #C2C2C2;
	margin: 0;
	font-size: 14px;
	font-family: 'MuseoSans500', "Trebuchet MS", Trebuchet, arial, sans-serif;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	line-height: 1;
}

#signup {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/boxtile.png) repeat;
	border: 1px solid rgba(90, 90, 90, 0.7);
	padding: 20px 20px 20px 20px;
	position: relative;
	margin: 10px 20px 40px 20px;
	width: 450px;
	height: auto;
	min-height: 100px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

h1 {
	font-size: 26px;	
}

#logo {
	position: relative;
	
	background: url(/images/logo.png) no-repeat;
	width: 433px;
	height: 95px;
	margin: 50px auto 0 auto;
}

input {
	float: left;
	display: inline;
	background: white;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 11px;
	font-size: 14px;
	color: #999;
	width: 180px;
	margin: 20px auto 0 auto;
	border: 2px solid black;
}

a, a:visited {
	color: #fff;	
}

a:hover {
	text-decoration: none;
	color: #09F;	
}

.success {
	align:center;
	color:white;
	font-size: 14;
	font-weight: bold;	
}

.btn {
	color: #000;
	width: 130px;	
}

.clear {
	clear:both;	
}