@CHARSET "ISO-8859-1";

body {
	background: url(s4l.jpg) no-repeat top center #131313;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

#regnow {
	position:	relative;
	left:		0px;
	top:		285px;
	width: 		449px;
	height: 	90px;
	cursor: 	pointer;
}

#wrapper {
	width: 690px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#navigation2 {
	position: absolute;
	top: 23px;
	left: 35px;
}

#navigation2 a{
	padding: 0px 10px 3px 10px;
	border-right: 1px solid white;
	font-size: 12px;
}

#content {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 630px;
	padding: 10px;
	color: white;
	font-size: 12px;
	height: 380px;
	overflow: auto;
}
#foot {
	position: absolute;
	top: 463px;
	left: 358px;
	color: #656361;
	font-family: tahoma;
	font-size: 10px;
}
#foot a {
	color: #656361;
}
#login_form {
	color: #656361;
	font-family: tahoma;
	font-size: 10px;
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}
.input_pw {
	position: absolute;
	top: 3px;
	left: 399px;
	height: 15px;
	width: 82px;
    font-family: tahoma, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-image: url(login_pw.jpg);
    border: 0;
    padding: 1px 3px;
}
*[class="input_pw"] {
	left: 397px;
	padding: 5px 3px;
}
.input_name {
	position: absolute;
	top: 3px;
	left: 313px;
	height: 15px;
	width: 82px;
    font-family: tahoma, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-image: url(login_name.jpg);
    border: 0;
    padding: 2px 3px;
}
*[class="input_name"] {
	left: 312px;
}
.select_underground {
	position: absolute;
	top: 3px;
	left: 484px;
	height: 15px;
	width: 105px;
    font-family: tahoma, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-image: url(login_select.jpg);
    border: 0;
    padding: 2px 3px;
}
*[class="select_underground"] {
	left: 482px;
}
.sel_under {
	position: absolute;
	z-index: 100;
	top: 18px;
	left: 484px;
	display: none;
	width: 105px;
    background: #3B3C40;
}
*[class="sel_under"] {
	left: 482px;
}
#sel_under a {
	font-size: 10px;
	color: white;
	padding: 0px;
	border: 0px;
}
.login_button {
	position: absolute;
	top: 3px;
	left: 593px;
	height: 15px;
	width: 33px;
    border: 0;
}
*[class="login_button"] {
	left: 592px;
}
#error_msg {
	position: absolute;
	top: 0px;
	left: 265px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.regCont {
	width:			622px;
	height: 		445px;
	background: 	url(registerbg.png);

}
.regInput {
	width: 			163px;
	height: 		25px;
    font-family: 	Arial;
    font-size: 		14px;
    color: 			#15171b;
    background: 	url(registerinput.png);
    text-align:		center;
    border: 		0;
    padding-top: 	6px;
    padding-left:   5px;
}

.selectBG {
	width: 			163px;
	height: 		25px;
    background: 	url(registerselect.png) no-repeat;
    text-align:		center;
    border: 		0;
    padding-top: 	2px;

}

.regSelect {
	width:			155px;
	border: 		none;
	color:			#15171b;
	display:		inline;
	background: 	#fafafa;
	font-size:		13px;
	height:			19px;
	text-align:		center;
	padding-top: 	3px;
}