
.main
{
	width: 100%;
	height: 380px;
	margin-top: 35px;
	margin-bottom: 15px;
	background: url(../images/login/bg_login.jpg) no-repeat;
}

.loginbox
{
	width: 175px;
	height: 268px;
	position: relative;
	top: 66px;
	left: 757px;
}

.loginbox .loginbox_title
{
 	width: 100%;
	height: 25px;
	background: url(../images/login/txt_loginbox_title.png) no-repeat center;
	margin: 4px 0 11px 0;
}

.loginbox .loginbox_table
{
 	width: 100%;
}

.loginbox .loginbox_table tr
{
	height: 30px;
	line-height: 30px;
}

.loginbox .loginbox_table tr td
{
	text-align: left;
}

.loginbox .loginbox_table .txt
{
	width: 110px;
	height: 17px;
	background-color: #e8e8e8;
}

.loginbox .loginbox_buttongroup
{
	height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 11px;
}

.loginbox .loginbox_buttongroup .btn_login
{
	width: 69px;
	height: 29px;
	background: url(../images/login/btn_login.png);
	border: none;
	cursor: hand;
}

.loginbox .loginbox_buttongroup .btn_register
{
	width: 62px;
	height: 29px;
	background: url(../images/login/btn_register.png);
	border: none;
	cursor: hand;
}