@import url('../../fontface/v12/stylesheet.css');
*{
	margin:0;
	padding:0;
	outline:none;
}
#loading{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 110px;
	border: 1px solid #035565;
	color: #035565;
	font-weight: bold;
	text-align: center;
	margin: -60px 0 0 -60px;
	background: #fff;
	z-index: 10000;
	padding: 10px 0 0 0;
}
body{
	background:#eee;
	color:#444;
	font-family:"open_sansregular", Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
}
a{
	color:#444;
}
h1,h2,h3{
	font-family:"open_sansbold", Arial, Verdana, sans-serif;	
	color:#222;
	text-transform:uppercase;
	font-size:22px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:#444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#444;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#444;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#444;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
input.error{
	border:1px solid red !important;
}
.error{
	color:red !important;
}
input.valid{
	border:1px solid green !important;
}
.valid{
	color:green !important;
}
#header{
	height:50px;
	line-height:50px;
	background:url('../../images/v12/join-mobile/bg-header-mobile.jpg') repeat-x;
	margin:0;
}
#header li{
	float:left;
	text-align:center;
}
#header li.home a{
	width:68px;
	height:50px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	text-indent:-99999px;
	background:url('../../images/v12/join-mobile/btn-home.jpg') no-repeat;
}
#header li.contact a{
	width:56px;
	height:50px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	text-indent:-99999px;
	background:url('../../images/v12/join-mobile/btn-contact.jpg') no-repeat center;
	border-left:1px solid #a9a9a9;
}
#header li.logo a{
	width:227px;
	height:50px;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-141px;
	text-indent:-99999px;
	background:url('../../images/v12/join-mobile/logo.jpg') no-repeat;
}
#over-2-million{
	background:#3e6788;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	text-align:center;
	padding:6px 0;
	font-family:"open_sansbold", Arial, Verdana, sans-serif;
}
#banner-benefits{
	background:#444;
	padding:5px 0;
	text-align:center;
}
#member-benefits{
	background:#222;
	padding:5px 0;
	height:38px;
	font-size:14px;
}
#member-benefits .container{
	width:550px;
	margin:auto;
}
#member-benefits .icon{
	float:left;
	margin-right:5px;
}
#member-benefits ul{
	float:left;
	color:#fff;
	list-style-position:inside;
	line-height:36px;
}
#member-benefits ul li{
	float:left;
	list-style:none;
	margin:0 10px;
	padding:0;
}
#c2a-register-get-access{
	background:url('../../images/v12/join-mobile/bg-c2a-register-get-access.jpg') repeat-x;
	height:51px;
	text-align:center;
}
#breadcrumb{
	background:url('../../images/v12/join-mobile/bg-breadcrumb.jpg') repeat-x;
	height:53px;
}
#steps-box .container{
	width:580px;
	margin:auto;
}
#steps-box .form-item{
	margin:15px auto;
	position:relative;
	width:540px;
}
#steps-box #step3 .form-item{
	width:580px;
}
#steps-box .form-item.btn-item{
	margin-top:22px;
}
#steps-box .form-item .text-field{
	padding:15px;
	border:1px solid #ccc;
	border-radius:4px;
	width:508px;
	font-size:22px;
	background:#fff;
}
#steps-box .form-item select.text-field{
	width:538px;
	background:#fff;
}
#steps-box .form-item small{
	margin-left:5px;
}
#steps-box .nav-getaccess{
	width:206px;
	height:52px;
	border:0;
	background:url('../../images/v12/join-mobile/btn-get-access.jpg') no-repeat;
	line-height:0;
	text-indent:-99999px;
	cursor:pointer;
	float:right;
}
#steps-box .nav-previous{
	width:228px;
	height:52px;
	border:0;
	background:url('../../images/v12/join-mobile/btn-previous.jpg') no-repeat;
	line-height:0;
	text-indent:-99999px;
	cursor:pointer;
	display:block;
	float:left;
}
#steps-box .nav-proceed-checkout{
	width:326px;
	height:52px;
	border:0;
	background:url('../../images/v12/join-mobile/btn-proceed-checkout.jpg') no-repeat;
	line-height:0;
	text-indent:-99999px;
	cursor:pointer;
	display:block;
	float:right;
}
#step3 h2{
	margin:15px 0 0 0;
}
#step3 #payment-plans{
	margin:20px 0;
}
#step3 #payment-plans .plan{
	width:584px;
	height:117px;
	background:url('../../images/v12/join-mobile/sprite-payment-plans.png') no-repeat 0 -120px;
	margin-bottom:15px;
	position:relative;
	font-size:16px;
	cursor:pointer;
}
#step3 #payment-plans .plan.selected{
	background-position:0 -240px;
	color:#fff;
}
#step3 #payment-plans .plan input{
	display:none;
}
#step3 #payment-plans #membership_1.plan.selected{
	background-position:0 0;
	color:#fff;
}
#step3 #payment-plans .plan .title{
	font-family:"open_sansbold", Arial, Verdana, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	position:absolute;
	top:18px;
	left:22px;
}
#step3 #payment-plans .plan .description{
	position:absolute;
	top:50px;
	left:22px;
	width:330px;
}
#step3 #payment-plans .plan .price{
	font-family:"open_sansbold", Arial, Verdana, sans-serif;
	font-size:34px;
	position:absolute;
	top:18px;
	right:0;
	width:175px;
	text-align:center;
}
#step3 #payment-plans .plan .price-desc{
	position:absolute;
	top:66px;
	right:0;
	width:175px;
	text-align:center;
}
#step3 #payment-plans .plan input{

}
#step3 #payment-methods{
	margin:20px 0 0 0;
}
#step3 #payment-methods .method{
	background:url('../../images/v12/join-mobile/sprite-payment-plans.png') no-repeat 0 -359px;
	float:left;
	width:280px;
	height:70px;
	cursor:pointer;
	font-size:15px;
	font-family:"open_sansbold", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	position:relative;
}
#step3 #payment-methods .method span{
	position:absolute;
	top:23px;
	left:80px;
	display:block;
}
#step3 #payment-methods .method input{
	display:none;
}
#step3 #payment-methods .method.selected{
	background-position:0 -431px;
	color:#fff;
}
#step3 #payment-methods #pay-check.method{
	background-position:-282px -359px;
	float:right;
}
#step3 #payment-methods #pay-check.method.selected{
	background-position:-282px -431px;
}
#geotrust{
	text-align:right;
	margin:auto;
	margin-bottom:20px;
	background:url('../../images/v12/join-mobile/bg-geotrust.jpg') no-repeat left center;
	width:248px;
}
#footer{
	font-size:9px;
	border-top:1px solid #ccc;
	padding-top:30px;
	margin:30px;
	text-align:center;
}