body {
	background-image: url(signup-bg.png);
	background-color: #575757;
	background-repeat: repeat-x;
	font-family: 'Play', sans-serif;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	color: #575757;
}

p.error-message {
	font-size: 12px;
	color: #dc291e;
	padding: 0 0 0 8px;
}

#signup-container {
	width: 800px;
	margin: 20px auto 0px auto;
}

.signup-content {
	margin: 0 0 0 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 7px 0px rgba(230, 229, 229, 0.7), 8px 0px 4px -6px
		rgba(230, 229, 229, 0.7), -8px 0px 4px -6px rgba(230, 229, 229, 0.7);
}

.signup-content:after {content: "";display: table;clear: both;}

/* HTML PLACEHOLDERS */
.html-1 { /*height:75px;*/
	background-color: #fff;
	margin: 10px 0 0 0;
	/*background-image:url(placeholder-bg.png);*/
	text-align: center;
}

.html-2 { /*height:75px;*/
	background-color: #fff;
	margin: 0 0 20px 0;
	/*background-image:url(placeholder-bg.png);*/
	text-align: center;
}

.html-3 { /*height:250px;*/
	background-color: #fff;
	/*background-image:url(placeholder-bg.png);*/
	text-align: center;
}

.html-4 { /*height:75px;*/
	background-color: #fff;
	/*background-image:url(placeholder-bg.png);*/
	text-align: center;
	clear: both;
}
/* TABS */
.login-tab {
	width: 100px;
	height: 20px;
	margin: -91px 0 0 0;
	float: left;
	clear: none;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 -8px 4px -6px #e6e5e5, 8px 0px 4px -6px #e6e5e5, -8px 0px
		4px -6px #e6e5e5;
	background: #c8c8c8;
	background-image: url(login-tab-bg.png);
	border-radius: 8px 8px 0 0;
}

.signup-tab {
	width: 100px;
	height: 20px;
	margin: -91px 0 0 130px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 -8px 4px -6px #e6e5e5, 8px 0px 4px -6px #e6e5e5, -8px 0px
		4px -6px #e6e5e5;
	border-radius: 8px 8px 0 0;
	float: left;
	clear: none;
	background: #dc291e; /* Old browsers */
}

.login-tab a {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ececec;
}

.signup-tab a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #575757;
}
/* NAV */
.login-step-bar {
	margin: 50px 0 0 0;
	padding: 6px;
	box-shadow: 0 -8px 4px -6px #e6e5e5, 8px 0px 4px -6px #e6e5e5, -8px 0px
		4px -6px #e6e5e5;
	border-radius: 8px 8px 0 0;
	background: #9e9e9e; /* Old browsers */
	background-image: url(login-step-nav-bg.png);
}

.signup-step-bar {
	margin: 50px 0 0 0;
	padding: 6px;
	height: 19px;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -8px 4px -6px #e6e5e5, 8px 0px 4px -6px #e6e5e5, -8px 0px
		4px -6px #e6e5e5;
	background: #dc291e;
	background-image: url(signup-step-nav-bg.png);
	background-repeat: repeat-x;
}

.step-nav p {
	color: #000;
	padding: 0 10px 0 0;
	text-align: right;
}

.step-nav p span {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.step-nav p a:hover {
	color: #fff;
	text-decoration: underline;
}

.step-nav p span.current {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.step-nav p a.current:hover {
	text-decoration: none;
}

.next-nav {
	float: right;
	clear: none;
	position: relative;
	left: -10px;
}

.next-nav img {
	margin: 6px 0 0 0;
	position: relative;
	top: 5px;
	left: 2px;
}

.next-nav a {
	color: #dc291e;
	text-decoration: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.back-nav {
	float: left;
	clear: none;
	position: relative;
	left: 10px;
}

.back-nav img {
	margin: 0px 0 0 0;
	position: relative;
	top: 5px;
	left: -5px;
}

.back-nav a {
	color: #ffffff;
	text-decoration: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: -6px;
	left: 10px;
}
/*CONTENT COLUMNS*/
.signup-column-left {
	width: 350px;
	float: left;
	clear: none;
	padding: 0 0 0 10px;
	background-color: #fff;
}

.signup-column-right {
	width: 360px;
	float: left;
	clear: none;
	background-color: #fff;
	margin: 3px 0 0 40px;
}

div.signup-column-right div.form-element input.input-300 {
	margin: 2px 0 0 0;
}

.card-display {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.card-display p {
	margin: 0 0 20px 0;
	font-weight: bold;
}

/* FORM ELEMENTS */
input.field,textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	color: #575757;
	font: normal 12px/16px 'Play', sans-serif;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff),
		color-stop(4%, #eeeeee), to(#ffffff) );
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	background: linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#eeeeee',
		endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.input-300 {
	width: 310px;
}

.input-150 {
	width: 150px;
}

.input-75 {
	width: 75px;
}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover,textarea:hover,input:focus,textarea:focus {
	border-color: #C9C9C9;
	box-shadow: 1px 1px 6px 5px #ececec;
}

select.select-card {
	margin: 0 0 0 10px;
}

select.select-state {
	margin: 0 0 0 0px;
}

.state-wrap {
	float: right;
	clear: none;
	position: relative;
	top: -20px;
	left: -30px;
}

.remember {
	font-size: 12px;
	margin: 0 0 20px;
	0;
}

div.security {
	margin: 0 0 20px 0;
}

.signup-checkbox {
	margin: 0 10px 0 0;
}

.form-element {
	margin: 0 0 10px 0;
}

.radio-label {
	font-size: 12px;
	color: #575757;
}

div.select-card {
	margin: 0 0 10px 0;
}

form p {
	margin: 0 0 4px 0;
}

a.question {
	position: relative;
	top: 8px;
}

.card-btn {
	margin: 20px 0 0 0;
}

.card-btn a {
	width: 195px;
	height: 21px;
	padding: 10px;
	margin: 0 0 0 25px;
	text-align: center;
	box-shadow: 1px 1px 6px 5px #ececec;
	text-shadow: 1px 1px 1px #575757;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #dc291e;
	background-image: url(images/card-btn-bg.png);
	background-repeat: repeat-x;
}

input.btn-login {
	box-shadow: 1px 1px 6px 5px #ececec;
	text-shadow: 1px 1px 1px #575757;
	width: 125px;
	display: block;
	padding: 10px;
	margin: 20px 0 0 0;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	text-align: center;
	background: #575757;
	background-image: url(login-btn-bg.png);
	background-repeat: repeat-x;
}

.btn-login:hover {
	background: #c8c8c8;
	background-image: url(login-btn-bg2.png;)
}

.card-btn a:hover {
	background-image: url(card-btn-bg2.png);
}
/*CLEARFIX*/
.group:before,.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}



/* FACEBOOK CONNECT CSS */


.fb-col-left {
	width: 64px;
	float: left;
	clear: none;
	padding: 20px;
}

.fb-col-right {
	width: 400px;
	float: left;
	clear: none;
	padding: 20px 0px 20px 0px;
}

.fb-text {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}

.bold {
	font-weight: bold;
}

.fb-email {
	
}

.fb-pass {
	margin-left: 10px;
}

.fb-pop-ftr {
	background: #F2F2F2;
	clear: both;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	border-top: 1px solid #ccc;
}

.fb-pop-ftr a {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #6D83B3;
	text-decoration: none;
}

.fb-dot {
	font-size: 14px;
	margin: 0 2px;
	color: #999;
}

.fb-submit {
	background: #5B74A8	url(fb-submit-bg.gif);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 3px 5px 5px 5px;
	height: 30px !important;
	margin: 0px 3px 0 240px !important;
	display: inline;
	border-color: #666 #333 #333;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
}

a.fb-cancel {
	background: #eeeeee	url(fb-cancel-bg.gif);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	border-radius: 0px;
	border: 1px solid #333;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-color: #999999 #999999 #888888;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	padding: 6px 5px 5px 5px;
	height: 32px !important;
	box-sizing: border-box;
}

.fb-submit:hover {
	border-color: #ccc #ccc #ececec;
}

a.fb-cancel:hover {
	border-color: #ccc #ccc #ececec;
}

.fb-gray-input {
	color: #999999 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.fb-submit {
		padding: 6px 5px 5px 5px !important;
	}
}

.classGrey {
	background-color: #9E9E9E;
}

#page {
	background-color: transparent !important;
}

.reg-copyright {
	text-align: center;
}

.reg-copyright p {
	color: #ECECEC;
	height: 20px;
	padding-top: 20px;
	position: relative;
	top: 20px;
}
/* facebook login */
#lisu-left {
	float: left;
	clear: none;
	width: 375px;
}

#lisu-mid {
	float: left;
	clear: none;
	width: 29px;
	height: 246px;
	background:url(lisu-or-div.gif)	no-repeat;
}

#lisu-right {
	float: left;
	clear: none;
	width: 350px;
}

.fb-btn-login {
	height: auto !important;
}

.fb-btn-connect {
	margin: 20px 0 0 35px;
	position: relative;
	left: 20px;
	float: none;
}

.fb-align-l {
	text-align: left;
}

.fb-login-hdr {
	font-family: 'Play', sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
}

.chk-txt {
	margin-top: -10px;
}