body { 
	margin:0;
	padding:0;
	background-color:#000000; 
	color:#666; 
	font-family:Arial, Verdana, Tahoma; 
	font-size:11pt; 
	height:100%;
}

textarea, button, select, input { color:#444; border:1px solid #ccc; background:transparent; }
textarea:focus, button:focus, select:focus, input:focus { border:2px solid #507dfc; }
input { height:18px; width:250px; }
textarea { height:100px; width:350px; }
input[type="checkbox"] { width:14px; height:14px; border:0;}	

table { text-align:left; }
hr { height:1px; color:#ccc; }

#bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:-99;
}

#contain{
	width:1280px;
	text-align:left;
	z-index:99;
}

#btn{	margin:-5px; z-index:999;}
#btn2{	margin:-5px; margin-top:20px; z-index:999;}


