/* basic 
----------------------------------------------------*/
body {
	font-size: 13px;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 1px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a             {color: #6c0;text-decoration: none;}
a:hover  	  {text-decoration: underline;}

#bodyF {
	width: 626px;
	height: 536px;	
	text-align: center;
	background: url(imgs/bodyF_bg.jpg) no-repeat;
	margin-top: -268px;
	margin-left: -313px;
	position: absolute;
	top: 50%;
	left: 50%;	
}

#bodyG {
	width: 626px;
	height: 536px;	
	text-align: center;
	background: url(imgs/bodyG_bg.jpg) no-repeat;
	margin-top: -268px;
	margin-left: -313px;
	position: absolute;
	top: 50%;
	left: 50%;	
}
.login{
	width: 626px;
	margin-top: 240px;
}
	.login table{
		width: 350px;
		text-align: center;
		margin: auto;	
	}
	.login td{
		text-align: left;
		font-size: 15px;
	}

.textin,.textin_now{
	padding: 4px 4px 0px;
	color: #555;
	border: 1px solid #666;
	margin: 0px;
	vertical-align: baseline;
	width: 150px;
	
}
.textin{
	background-color: #FFF;
}
.textin_now{
	background-color: #DDD;
}

/* footer 
----------------------------------------------------*/
.footer{
	height: auto;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	color: #999;
}
