/* CSS Document */
input.login {
	width: 42px;
	height: 19px;
	background: url(../images/login_btn.jpg);
	border: 0px;
}
input.regist {
	width: 48px;
	height: 19px;
	background: url(../images/regist_btn.jpg);
	border: 0px;
}
.login_text {
	width: 95px;
	height: 18px; 
	color: #75A6E2;
	border: 1px solid #75A6E2;
	background-color: #FFFFFF;
}
.search_text {
	width: 103px;
	height: 22px; 
	color: #888888; 
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
input.search_btn {
	width: 49px;
	height: 22px;
	background: url(../images/btn_search.jpg);
	border: 0px;
}
input.submit_btn {
	width: 49px;
	height: 22px;
	background: url(../images/btn_submit.jpg);
	border: 0px;
}
input.reset_btn {
	width: 49px;
	height: 22px;
	background: url(../images/btn_reset.jpg);
	border: 0px;
}