@charset "UTF-8";

#login{
	text-align: left;
	width: 400px;
	color: #666;
	font-weight: bold;
	padding-top: 100px;
}


#pw{
	text-align: left;
	width: 400px;
	color: #666;
	font-weight: bold;
	padding-top: 50px;
}



.submit_btn{
    border: 0px;
    width:50px;
    height:50px;
    background: url(img/arrow.jpg) left top no-repeat;
}

