@charset "UTF-8";
/* 
	Blue: #0e76bc
	light gray: #939598
	dark gray: #515355
	darkest gray: #2c2d2e
*/

/* Styles */
body, div, h2, p, form, fieldset, legend, label, input {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000;
}
#wrapper {
	width: 350px;
	margin: 70px auto;
}
#logo {
	width: 300px;
	height: 58px;
	margin: 0 auto;
}
#content {
	width: 315px;
	margin: 35px auto 35px;
}
#signup_form {
	width: 315px;
	margin: 0 auto;
}
legend {
	padding-bottom: 6px;
}
.form_row {
	width: 315px;
	height: 15px;
	clear: both;
	margin-top: 8px;
}
.form_row label {
	float: left;
}
.form_row input {
	width: 270px;
	height: 15px;
	float: right;
	border: 1px solid #2c2d2e;
	background: #000;
}
#submit {
	background-color: transparent;
	border: 0;
}
.fb {
	width: 216px;
	margin: 35px auto;
	clear: both;
	overflow: auto;
}
.fb span {
	margin: 2px 0 0 5px;
	display: block;
	float: left;
}
.fb img {
	float: left;
}

/* Typography */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #939598;
	text-align: left;
}
h2 {
	font-size: 1.4em;
}
sup {
	font-size: 0.5em;
	font-weight: normal;
}
p {
	margin-bottom: 0.5em;
}
a {
	color: #0e76bc;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #939598;
} 

legend {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	font-style: italic;
	color: #0e76bc;
}
small, label, input {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #515355;
}
input {
	color: #939598;	
}
#submit {
	text-align: right;
	font-weight: bold;
	color: #939598;
}
strong {
	font-weight: normal;
	color: #939598;
}

