html {
	background: #F6F6F6;	
}
#josForm,
#popuplink,
#popup_bg {
	display: none !important;
}
#mainbody {
	min-height: 620px;
	height: 620px;
	overflow: hidden;
	position: relative;
}
#newhtml {
	position: absolute;
	top: 0px;
	width: 100% !important;
	left: 0px !important;
	height: 2800px;
	overflow: scroll;
	z-index: 10;
}
#newbody {
	background: #F6F6F6;
	position: absolute;
	width: 100%;
	min-width: 960px;
	height: 2800px;
	opacity: .7;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#regformblock {
	position: relative;
	z-index: 143;
	top: 45px;
	left: 50%;
	margin-left: -230px;
	width: 410px;
	padding: 34px 24px 50px;
	background: #FFF;
	min-height: 40px;
	border: 1px solid #A7A7A7;
	text-align: center;
}
.regseparator {
	line-height: 0px;
	height: 0px;
	border-bottom: 1px solid #dedede;
	margin: 30px 0px 20px;
}
.reglabel {
	font-size: 24px; 
	line-height: 28px;
	margin-bottom: 30px;
}
.formlabel {
	width: 54px;
	float: left;
	text-align: left;
	cursor: pointer;
	padding-left: 37px;
	height: 36px;
	line-height: 36px;
}
.formlabel s {
	color: #ed1c24;
	padding-left: 5px;
	text-decoration: none;
}

.form_row>input {
	width: 224px;
	padding: 5px 10px;
	height: 24px;
	border: 1px solid #b7b7b7;
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.05);
	margin: 0px 0px 20px;
}
.form_row>select {
	width: 224px;
	padding: 5px 10px;
	/*height: 24px;*/
	border: 1px solid #b7b7b7;
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.05);
	margin: 0px 0px 20px;
}
.form_row>input.error {
	border: 1px solid #ed1c24;
}
.form_row>select.error {
	border: 1px solid #ed1c24;
}
#close_form {
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	font-size: 14px;
	font-family: Verdana;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	opacity: .3;
	transition: all .3s ease;
	padding-bottom: 10px;
	padding-left: 10px;
}
#close_form:hover {
	text-decoration: none;
	opacity: 1;
}
a.doregister {
	display: block;
	margin: auto;
	width: 338px;
	height: 50px;
	line-height: 46px;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	background: #add768;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-shadow: inset 0px -4px 0px rgba(0,0,0,0.1);
	transition: all .3s ease;
}
.doregister[disabled] {
	opacity: .5;
	cursor: default;
}
.doregister:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: inset 0px -4px 0px rgba(0,0,0,0.3);
}
.error-hit {
	text-align: left;
	padding-left: 128px;
	height: 12px;
	font-size: 12px;
	line-height: 16px;
	margin: -20px 0px 8px;
	color: #ED1C24;
	cursor: pointer;
}