body {
	background: #0a518d url(../images/bg.jpg) fixed top center no-repeat;
	margin: 0; padding: 0;
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}
#left {
	float: left;
	width: 600px;
}
#right {
	width: 300px;
	float: right;
}
.outline {
	border: 1px solid #000;
	margin-bottom: 55px;

}
.outline2 {
	border: 1px solid #000;
	margin-bottom: 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header {
	margin:0; padding: 20px;
	border: 1px solid #3d6fa3;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent url(../images/headerbg.png) repeat-x top;
	text-align: center;
}
#header h1 {
	width: 489px; height: 114px;
	display: block;
	text-indent: -9999px;
	background: url(../images/header.png) top center no-repeat;
	margin: 0 auto 15px;
}
#header h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	padding: 0 20px;
}
.divider {
	width: 100%; height: 2px;
	background: url(../images/divider.gif) repeat-x;
	margin: 15px 0 15px;
}
p.disclaimer {	
	margin-top: 25px;
	font-size: 10px;
	text-align: justify;
	line-height: 16px;
	color: #fff;
}
p.disclaimer strong {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
}
span.mce_inline_error {
	display: block;
	clear: both;
	font-size: 12px;
	font-style: italic;
	color: #a80000;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
label {
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
div#mc_embed_signup {
	width: 300px;
}
.jhyform {
	margin: 0;
	background: #a7a8ac url(../images/formbg.jpg) repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #bcbdbf;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
input[type='text'] {
	padding: 10px;
	background: #e2e2e2 url(../images/inputbg.png) top repeat-x;
	border: 1px solid #6b6b6d;
}
.buttonwrap {
	width: 214px;
	margin: 0 auto;
}
input.btn {
	border: none; outline: none;
	cursor: pointer;
	margin: 10px auto;
	width: 214px; height: 80px;
	background: url(../images/button.png) no-repeat 0 0;
}
	input.btn:hover {
		background: url(../images/button.png) no-repeat 0 -80px;
	}
	input.btn:active {
		background: url(../images/button.png) no-repeat 0 -160px;
	}
h2.enter {
	text-align: center;
	display: block;
	padding: 15px;
}
h2.enter a {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
