/*
 * Page Styles
 */
#navBodyBase {
	background-color: rgb(255,255,255);
	background: url('/media/images/nav_back_sides.gif') repeat;
}
#navBody {
	width: 910px;
	height: 460px;
	padding: 0px 0px 0px 70px;
	background-color: rgb(255,255,255);
	background: url('/media/images/nav_back_sides.gif') repeat;
}
.heading {
	font-weight: bold;
	font-size: 14px;
	color: rgb(211,152,93);
	margin-bottom: 4px;
}
.header {
	width: 402px;
	height: 104px;
	background: url('/media/images/heading_signup.png') no-repeat;
	margin-top: 30px;
	float: left;
}
.header span {
	display: none;
}
.blurb {
	width: 380px;
	color: rgb(78,48,14);
	font-size: 13px;
	line-height: 1.8em;
	padding-top: 60px;
	margin-left: 50px;
	float: left;
}
input, select, textarea {
	width: 130px;
}
#notes, #newAccount, #signIn {
	height: 300px;
	margin-top: 26px;
	padding-top: 10px;
	float: left;
	background-color: rgb(248,239,228);
	font-size: 12px;
	line-height: 1.5em;
}
#notes {
	width: 240px;
	clear: left;
}
#notes ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url('/media/images/bullet.gif');
}
#newAccount {
	width: 270px;
	border-left: solid 5px rgb(255,255,255);
	padding: 10px 5px 0px 15px;
}
#signIn {
	width: 260px;
	border-left: solid 5px rgb(255,255,255);
	padding: 10px 5px 0px 15px;
}
#newAccount .email {
	margin-top: 10px;
}
#newAccount .btnCreate {
	margin-top: 10px;
}
#newAccount .btnCreate #chkSubscribe {
	width: 20px;
	margin-top: 0px;
	float: left;
}
.row #btnCreate, .row #btnContinue {
	margin-left: 5px;
}
#signIn .btnSignIn {
	margin-top: 30px;
}
.row #btnSignIn {
	margin-left: 148px;
}
