
#loginBox {

}
#loginBoxMain {
	background-repeat: no-repeat;
	background-image: url(../images/loginBoxMain.jpg);
	color: white;
	width: 400px;
	height: 313px;
	position: relative;
	top: 0px;
	left: 0px;
}
#loginBoxFooter {
	color: white;
	width: 400px;
	height: 67px;
	position: relative;
}

#loginName input{
	position: absolute;
	top: 145px;
	left: 220px;
	font-size: smaller;
	height: 20px;
	width: 155px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}
#loginPass input {
	position: absolute;
	top: 180px;
	left: 220px;
	font-size: smaller;
	height: 20px;
	width: 155px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}
#loginSubmit input {
	position: absolute;
	top: 240px;
	left: 120px;
	font-size: smaller;
	height: 20px;
	width: 155px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}