* {margin: 0; padding: 0; border:0;}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1060px;
	background-color: #000;
	z-index:2;
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
}

.light-box-wrap {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../img/mid-box.gif);
	background-repeat: repeat-y;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:3;
	margin: 10px 0px 0px -210px;
}
.light-content {
	background-image: url(../img/top-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 420px;
}
.light-end {
	background-image: url(../img/end-box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 420px;
}
.thestep1 {
	width: 374px;
	color: #a3a3a3;
	overflow: hidden;
	padding-top: 18px;
	padding-right: 23px;
	padding-bottom: 18px;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.thestep2 {
	width: 374px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
.s1-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #a3a3a3;
	vertical-align: middle;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 2px;
}
.s2-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #6ebee7;
	vertical-align: middle;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 2px;
}
.fill_name{
	width:138px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 18px;
}
.fill_input{
	width:180px;
	float:left;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 16px;
}
.light-box-wrap a{
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.light-box-wrap a:hover{
	color: #b8668a;
}
.check-pic{
	height: 16px;
	width: 16px;
	border:none;
	padding-right: 4px;
}
.inside-txt{
	font-family: Verdana, Geneva, sans-serif;
	color: #07162E;
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
.sec-form-wrap{
	background-image: url(../img/s-mid.gif);
	background-repeat: repeat-y;
}
.sec-form{
	background-image: url(../img/s-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 374px;
	padding-top: 18px;
	clear: both;
}
.sec-form-end{
	background-image: url(../img/s-end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 374px;
}
.names {
	width:120px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #233a5d;
	padding-left: 18px;
}
.inputs {
	width:230px;
	float:left;
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.input-box {
	border:1px solid #366b94;
	font-size:16px;
	color:#333;
	padding-left: 2px;
	width:190px;
}
.add-links{
	margin-top: 8px;
	padding-left: 20px;
	cursor:pointer;
}
.add-links1{
	margin-top: 8px;
	cursor:pointer;
}
.clear_this{
	clear: both;
	height: 10px;
	width: 350px;
}
.finish_button{
	margin: auto;
	width: 236px;
	overflow: hidden;
}
.finish-it {
	width:236px;
	height:55px;
	border:0px;
	cursor:pointer;
	background-image: url(../img/lightbox-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.loading{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	overflow:hidden;
	padding-top: 420px;
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100000;
}
.loading p{
	font-size: 16px;
	font-weight: bold;
	color: #006;
}