body {
	background: #162225;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#container {
	width: 700px;
	margin: 0px auto;
}

#header {
	height: 208px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: url('img/gp-xl.png') no-repeat;
	border-bottom: #3d5358 1px dashed;
	font-size: 10px;
	color: #6b8e96;
	text-align: right;
}

#header a {
	color: #8cb8c1;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	color: #eef1f8;
}

#header #nav {
	margin-top: 20px;
}

#more {
	height: 65px;
	background: url('img/cs-more-bg.png') no-repeat #223438;
	border-bottom: #3d5358 1px dashed;
	padding-top: 130px;
}

#emaildone {
	background: #223438;
	border-bottom: #3d5358 1px dashed;
	font-size: 30px;
	color:#eef1f8;
}

input {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #162225;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
}

#footer {
	padding-top: 10px;
	font-size: 10px;
	color: #3d5358;
	text-align: right;
}