.content1680{
	margin: 0 auto;
	width: 1680px;
}
body {
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	width:100%;
	height:100%;
	font-size: 62.5%;
	background: #eee;
	-webkit-text-size-adjust: none;
}
html{
	width:100%;
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	font-weight: normal;
}
h1 {
	font-size: 40px;
	margin-bottom: 15px;
}
h2{
	color:#989898;
	font-size: 18px;
}
ul {
	list-style-type: none;
}
.navcontain .a:link,.navcontain a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
}
/*
a:focus {
	outline:0;
}
*/
a:focus{
	outline:#ccc dotted thin;
} 

/*a:hover{
	-moz-transition: all 0.4s ease-in-out 0s;
	color:#047DD8;
	text-decoration: underline;
}*/
p {
	color:#b0b0b0;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	text-align: left;
}
.infocus:focus,textarea:focus {
	/*-moz-box-shadow:0px 1px 1px 1px rgba(196,196,196,0.5);
	*/
	/*-webkit-box-shadow:0px 1px 1px 1px rgba(196,196,196,0.5);
	*/
	/*box-shadow:0px 1px 1px 1px rgba(196,196,196,0.5);
	*/
	-webkit-focus-ring-color:none;
	border:solid 1px #323232!important;
	background-color:#ffffff;
	outline:none;
}
.checkbox-holder{
	float: left;
}
.windowp{
	color:#535353;
	font-size:12px;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	float:left;
	position:relative;
	top:50px;
	left:20px;
	width: 90%;
	word-wrap: break-word;
}
.infocus{
	border: 1px solid #aaa;
	/*
	box-shadow: 0 0px 0px 0px #7bd9ff;
	*/
	background:#FAFAFA;
	height:17px;
	color:#323232;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	padding:5px;
}
.dropdown
{
	padding:5px;
	height:30px;
}
#regform label {
	position: relative;
	right: 15px;
	text-align: right;
	width: 110px;
}

label {
	display: inline-block;
	width: 145px;
	color: #323232;
}
.btn{
	border:0;
	border-radius: 2px;
	color:#fff;
	background: #4DBCE9;
	cursor: pointer;
	font-family: Arial,'myriad pro',Tahoma,Verdana,sans-serif;
	font-size:1.1em;
}
#maincontainer {
	background: none repeat scroll 0 0 #EEEEEE;
	height: auto;
	width: 100%;
}

#faqreset{
	display:none;
}
#faqback{
	display:none;
}

.navcontain {
	background: none repeat scroll 0 0 #169FD7;
	display: block;
	height: 36px;
	margin: 0 auto;
	min-width: 1200px;
	width: 100%;
}

.navcontain-inner {
	height: 36px;
	margin: 0 auto;
	width: 1200px;
}

.navstitle {
	float: left;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	font-size: 2.2em;
	height: 36px;
	margin: 0 auto;
}

.navstitle-cell {
	float: left;
	position: relative;
}

.navselected {
	background: none repeat scroll 0 0 #4DBCE9;
}
.navstitle-title {
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	height: 36px;
	position: relative;
	line-height: 36px;
	text-align: center;
	width: 126px;
}
.accountinnertext {
	margin: 0 auto;
}

#accountss {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	padding-top: 25px;
	width: 1200px;
}

#maincontent {
	padding-bottom: 50px;
	/*height: 695px;*/
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.content-title{
	width:100%;
	height:40px;
	padding-bottom:30px;
}

.content-title-font{
	color: #26ADE4;
	float: left;
	font-family: 'MYRIADPRO-LIGHTSEMIEXT';
	font-size: 1.8em;
	padding: 5px 0 0;
}
.content-cell{
	width:100%;
}
.btncontent{
	clear:both;
	margin: 10px;
	margin-left: 60px;
	/*position: absolute;
	bottom:180px;*/
}
.faqinfocontent .btncontent{
	margin-left: 145px;
}
.userinfo {
	height: 222px;
	position: relative;
	padding-left: 60px;
	width: 400px;
}
.userinfo-title{
	font-family:'MYRIADPRO-LIGHTSEMIEXT';
	color:#323232;
	font-size: 1.5em;
}
.userinfo-cell{
	width:100%;
	height:80px;
}
.userinfo-cell-span{
	float: left;
	height: 25px;
	width: 100%;
}
.input-tips{
	color: #323232;
	font-family:'MYRIADPRO-LIGHTSEMIEXT';
	font-size: 1.2em;
}
.input-tips-img{
	width:17px;
	height:18px;
	float: left;
}
.account-btn {
	font-size:1.673em;
	height: 32px;
	width: 95px;
	margin-right:15px;
}
.userinfo-input{
	height: 17px;
	padding-left: 5px;
	width: 302px;
}
.padding-bottom12{
	padding-bottom:12px;
}