@charset "utf-8";
/* CSS Document */
body
{
	padding:0;
	margin:0;
	background-color:#000000;
}
.table-global
{
	width:1024px;
	height:768px;
	background:#000000 url(../images_def/mainbg.jpg) no-repeat scroll center top;
}
.td-top
{
	height:195px;
}
.td-mid
{
	width:1024px;
	height:283px;
}
.td-btm
{
	width:1024px;
	height:290px;
}
.top-container
{
	width:1024px;
	height:195px;
	float:left;
}
.mid-container
{
	width:1024px;
	height:283px;
	float:left;
}
.btm-container
{
	width:1024px;
	height:290px;
	float:left;
}
.msg-container
{
	margin-left:10px;
	height:261px;
	width:285px;
	overflow-y:scroll;
	border:solid 1px #cc0000;
	color:#FFF;
	padding:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.login-formpanel
{
	float:right;
	height:150px;
	width:335px;
	padding:0 6px 0 9px;
}
.login-formpanel-top
{
	width:100%;
	height:35px;
}
.login-formpanel-mid
{
	width:100%;
	height:30px;
	margin-top:5px;
}
.login-formpanel-btm
{
	width:100%;
	height:75px;
	margin-top:5px;
}
.txtb-username,
.txtb-pswd
{
	width:148px;
	height:22px;
	border:solid 1px #cc0000;
	background-color:#000;
	color:#cc0000;
	font-size:20px;
	padding:3px 5px;
}
.txtb-pswd
{
	width:138px;
	margin-left:8px;
}
.btn-login
{
	border:0;
	background-color:transparent;
	width:140px;
	height:70px;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}
.btn-lostpwd
{
	border:0;
	background-color:transparent;
	width:135px;
	height:70px;
	cursor:pointer;
	margin-left:20px;
	margin-right:10px;
}
.form-login
{
	float:left;
	width:100%;
}
.link-signup
{
	float:left;
	width:300px;
	height:285px;
	text-decoration:none;
	margin-top:5px;
	margin-left:10px;
}