@charset "utf-8";


#index_content{
	background:url(../images/login_back.jpg) no-repeat;
	height:362px;
	width:350px;
	margin:0 auto;
		background-color:#FFF;
}


#username{
	position:relative;
	top:155px;
	left:40px;
	border:0px solid white;
	font-size:16px;
}

#password{
	position:relative;
	top:200px;
	left:40px;
	border:0px solid white;
	font-size:16px;
}

#submit{
	position:relative;
	top:250px;
	left:200px;
	
}
