@charset "utf-8";
/* CSS Document */
@import "reset.css";
body {
	background-color: #000000;
	margin: 0;
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.gasket {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 976px;
}
/* Content
----------------------------------------------- */
.content {
	float: left;
	clear: both;
	padding: 23px;
	width: 930px;
	background: #FFFFFF url(../images/signin/gasket_middle.png) repeat-y;  
}
.hide { 
	display: none; 
}
/* Header
----------------------------------------------- */
#header {
	width: 976px;
}
#header .inner {
	position: relative;
	width: 976px;
	height: 106px;
	background: url(../images/header/background.png) no-repeat;
}
#header .inner h1 {
	position: absolute;
	top: 20px;
	left: 22px;
	width: 344px;
	height: 67px;
	background: url(../images/header/brand.png) no-repeat;
}
#header .inner h1 a {
	display: block;
	width: 344px;
	height: 67px;
	text-indent: -2000px;
}
#header p.account {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: .7em;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: #1d534e 0 1px 1px;
}
#header p.account img {
	margin: -4px 0 0 5px;
	vertical-align: middle;
}
/* Content: Flows Grid
----------------------------------------------- */
#signin .create_account {
	float: left;
	margin: 20px 35px 20px 30px;
	width: 480px;
	background: url(../images/signin/create_bottom.png) no-repeat 0 100%;
}
#signin .create_account h2 {
	padding: 12px 0 10px 20px;
	background: url(../images/signin/create_top.png) no-repeat;
	font-weight: bold;
	font-size: .80em;
	color: #242424;
	text-shadow: #fefceb 0 1px 1px;
}
#signin .sign_in {
	float: left;
	margin: 20px 20px 0 20px;
	width: 283px;
	background: url(../images/signin/signin_bottom.png) no-repeat 0 100%;
}
#signin .sign_in h2 {
	padding: 12px 0 10px 20px;
	background: url(../images/signin/signin_top.png) no-repeat;
	font-weight: bold;
	font-size: .80em;
	color: #242424;
	text-shadow: #e9fdfa 0 1px 1px;
}
#signin fieldset { 
	padding: 20px 0; 
}
#signin fieldset p {
	margin: 0 20px 10px 20px;
	font-weight: bold;
	font-size: .70em;
	color: #6e6e6e;
}
#signin fieldset label {
	margin: 0 0 5px 0;
	display: block;
}
#signin fieldset input {
	padding: 3px;
	width: 240px;
}
#signin fieldset p.password input {
	margin-right: 10px;
	width: 160px;
}
/* Button styling */
#signin fieldset p.button { margin-bottom: 0; }
#signin fieldset p.button input { width: auto; }
/* Signin styling */
#signin .sign_in fieldset input { width: 200px; }
/* Footer
----------------------------------------------- */
#footer {
	background: url(../images/signin/gasket_bottom.png) no-repeat;
	clear: both;
	height: 50px;
	padding: 30px 0 0 0;
}
#footer p {
	margin: 0 0 10px 0;
	font-size: .75em;
	text-align: center;
	color: #707070;
}
#footer p a {
	text-decoration: none;
	color: #999999;
}
#footer p a:hover {
	color: #CCCCCC;
}
#footer p.copyright { 
	font-size: .7em; 
}