@charset "utf-8";

/* table_style
----------------------------------------------- */
#mainContent .loginTable{
	width:100%;
}
#mainContent .loginTable th{
	padding-right:10px;
	text-align:left;
	width:5%;
}
#mainContent .loginTable td{
	width:95%;
}

/* login_style
----------------------------------------------- */
.login a{
	margin:0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../images/btn_login.gif);
	background-position:center;
	background-repeat:no-repeat;
}
/* new_style
----------------------------------------------- */
.new a{
	margin:0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../images/btn_new.gif);
	background-position:center;
	background-repeat:no-repeat;
}