@charset "utf-8";
/* CSS Document */

/* sign up */
.sign_up {
	background-image: url(/img/backgrounds/layout2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFCC00;
	width: 882px;
	height: 404px;
	margin: 20px auto 0px auto;
	position: relative;
}
.sign_up .left {
	height: 380px;
	width: 440px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 13px 0px 0px 13px;
}
.sign_up .right {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 0px;
	right: 20px;
}
#signupFormArea {
	padding: 10px;
}
#signupFormArea .txt-banner {
	font-family: "arial rounded mt bold", arial, helvetica, "sans serif";
	font-size: 30px;
	color: #FFF;
	background: url(/img/backgrounds/txt_banner.png) no-repeat right center;
	height: 55px;
	width: 428px;
	line-height: 44px;
	text-align: center;
	margin: 20px 0px 0px -5px;
	text-shadow: #333 2px 2px 4px;
}
#signupFormArea .txt-banner img {
	vertical-align: middle;
	margin: 0px 4px;
}
#signupFormArea p {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	color: #333;
	line-height: 24px;
}
.fullwidth, .login {
	height: 18px;
	background-image: url(/img/backgrounds/silver_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #CCC;
	outline: none;
	vertical-align: top;
}
.header_container #loginError {
	background: url(/img/backgrounds/login_error.png) no-repeat bottom left;
	width: 219px;
	height: 18px;
	position: absolute;
	top: 42px;
	left: 600px;
	display: none;
}
#UserLoginForm input {
	margin: 0px;
}
#UserSignupForm .label {
	width: 120px;
	float: left;
	margin: 0px 10px 20px 10px;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	font-weight: bold;
}
#UserSignupForm .field {
	width: 200px;
	float: left;
	margin: 0px;
}
#UserSignupForm .submitbutton {
	position: absolute;
	left: 155px;
	bottom: -80px;
}
.forgotpasswordBtn, .forgotpasswordBtn a {
	font-size: 10px;
	margin-top: 1px;
	float: right;
	text-decoration: underline;
}
#UserResetpasswordForm .label {
	margin-top: 10px;
}
.forgot_password_div {
	margin: 20px auto;
	text-align: left;
	padding: 20px;
	background-color: #FC0;
	width: 200px;
	border: solid 4px #F90
}
button {
	border: none;
	background: none;
	padding: 0px;
	margin-top: 15px;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	line-height:28px;
	cursor: pointer;
}
button:active {
	margin: 17px 0px 0px 2px;
}
button span, button em {
	display: block;
	height: 32px;
	line-height: 28px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
}
button span {
	padding-left:20px;
	background-image: url(/img/backgrounds/upgrade.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
button em {
	font-style:normal;
	padding-right:20px;
	background-image: url(/img/backgrounds/upgrade.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
h1 {
	color: #900;
	margin-top: 0px;
}
.support_holder p {
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* bottom items */
.signup_bottom {
	width: 882px;
	margin: 0px auto 40px auto;
}
.signup_bottom .sub {
	border-bottom: dotted 1px #CCC;
	padding-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 28px;
	margin: 20px auto;
	font-style: italic;
	color: #666;
	line-height: 38px;
}
.signup_bottom .sub .attention {
	color: #900;
}
.signup_bottom ul {
	margin: 0px auto;
	padding: 0px;
	width: 560px;
	float: left;
}
.signup_bottom li {
	list-style: none;
	float: left;
	margin: 0px 20px 20px 0px;
	width: 254px;
	line-height: 18px;
	height: 100px;
}
.signup_bottom h3 {
	margin: 0px 0px 4px 0px;
}
form#UserSignupForm {
	height: 404px;
	display: block;
}
.signup-faq {
	list-style-image: url(/img/icons/bubble_32.png);
	list-style-position: outside;
	margin: 30px auto 0px auto;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.signup-faq li {
	margin-bottom: 20px;
}
.signup-faq li:first-line {
	font-weight: bold;
	color: #900;
	font-size: 18px;
}
.adlogin {
	float: left;
	height: 250px;
	width: 300px;
	padding-left: 20px;
	border-left: dotted 1px #CCC;
}

