@CHARSET "UTF-8";

.login-table td {
	font-size: 14px;	
}

input[type=text] {
	border: 1px solid #3281B4;
}

.member-email {
	font-size: 16px;
	width: 220px;
	height: 26px;
	border-radius: 3px;	
}

.member-passwd {
	font-size: 16px;
	width: 220px;
	height: 26px;
	border: 1px solid #3281B4;
	border-radius: 3px;	
}

.find-password {
    font-size: 16px;
	width: 220px;
	height: 26px;
	border-radius: 3px;
}

.button-login {
	width: 80px;
	height: 60px;
}

.button-find {
	width: 80px;
	height: 30px;
}