@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; outline: none;}
img { border:0; }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #103863 url("../_img/bg-blue3.jpg") top center no-repeat;
	background-position: center 74px;
}
p {
	margin: 12px 0 30px;
	line-height: 21px;
	color: #333;
}
#wrapper {
	width: 960px;
	position: relative;
	margin: 30px auto;
}
#header {
	height: 74px;
	width: 100%;
	background: #041d38;
}
#headerContainer {
	width: 960px;
	margin: 0 auto;
}
#headerContainer img {
	margin-top: 2px;
	float: left;
	border: 0;
}
ul#nav {
	list-style: none;
	position: relative;
	float: right;
	top: 17px;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
	background: #3577bc;
}
ul#nav li {
	float: left;
}
ul#nav li.logged {
	float: right;
	width: 300px;
	text-align: right;
}
ul#nav li a {
	color: #fff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
	border: 0;
	border-right: 1px solid #2262a5;
}
ul#nav li:last-child a {
	border-right: 0;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}
ul#nav li:first-child a {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
ul#nav li a.joinnow {
	color: #fa9c39;
}
ul#nav li a:hover, #home ul#nav li a.home, #features ul#nav li a.features, #help ul#nav li a.help, #signin ul#nav li a.signin {
	background: #4C93DD;
}
#container {
	width: 788px;
	position: relative;
	margin: 0 auto 40px auto;
	padding: 40px 80px;
	background:#fff;
	webkit-border-radius:0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	height: 380px;
	border: 6px solid #eee;
}
.joinBox {
	width: 403px;
	float: left;
}
#right {
	width: 310px;
	float: right;
	display: inline;
	padding: 48px 40px 40px;
	margin: -40px -85px 0 0;
	min-height: 372px;
	background: #eee;
	webkit-border-radius:0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
.joinBox form {
	margin-left: 20px;
	}
.joinBox label {
	width: 120px;
	text-align: left;
	float: left;
	margin-right: 13px;
	display: block;
	line-height: 33px;
	margin-bottom: 8px;
}
.joinBox label.error {
	color: #F00;
	width: 16px;
	height: 16px;
	background: url(../_img/x.png) no-repeat;
	text-indent: -99999px;
	margin-top: 9px;
	float: right;
	padding: 0;
	margin-right: 0;
}
.joinBox input {
	width: 210px;
	float: left;
	border: 1px solid #ccc;
	padding: 8px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.joinBox input:hover {
	border: 1px solid #666;
}
.joinBox span {
	width: 100%;
	display: block;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: -0.05em;
	z-index: 20;
	text-shadow: 0 2px 2px #ddd;
	color: #3577bc;
	border-bottom: 1px dotted #3577bc;
}
#right h2 {
	font-size: 26px;
}
.joinBox p {
	margin: 19px 0 12px;
	background: #eee;
	padding: 14px 20px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-weight: bold;
	line-height: normal;
}

#right p {
	margin: 12px 0 18px;
	line-height: 21px;
	color: #333;
}
a {
	color: #3577bc;
	text-decoration: none;
	border-bottom: 1px dotted #3577bc;
}
a: hover {
	color: #4C93DD;
}
span.plugin {
	background: #eee;
	font-style: italic;
}
#continue {
	background: url("../_img/btn-continue.png") no-repeat;
	display: block;
	width: 164px;
	height: 48px;
	text-indent: -9999px;
	float: right;
	border: 0;
	margin-top:20px;
	margin-right: 260px;
	padding:0;
	cursor: pointer;
}
#continue:hover{
	background-position: 0 -48px;
}
#submit {
	background: #3577bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	display: block;
	width: auto;
	border: 0;
	margin:10px 0 0 132px;
	padding: 9px 15px 11px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#submit:hover {
	background: #4C93DD;
}
#backBlank {
	background: url("../_img/back-blank.png") no-repeat;
	display: block;
	width: 164px;
	height: 48px;
	text-indent: -9999px;
	float: left;
	border: 0;
	margin-top:20px;
	margin-left: 260px;
	padding:0;
}
.checkmark {
	width: 740px;
}
.seo {
	font-weight: normal;
	font-style: normal;
}
#right p.message {
	padding: 16px 10px; 
	text-align: center;
	color: #333; 
	font-weight: bold; 
	margin: 16px 0 0 20px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-shadow: none;
	/*border-radius: 24px 24px 24px 24px;*/
	background: #ccc;
	border: 3px solid #aaa;
}
#right p.error {
	background: #f0c8c8;
	border-color: #CF0000;
	color: #fff; 
	font-size: 13px;
	padding: 16px 10px 23px;
}
#subContent {
	width: 960px;
	margin: 0 auto;
}