* {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
h1 {
 font-size: 14pt;
 margin-top:20px;
}
 

body {
	margin-left: 0px;
	margin-top: 0px;
	background-position:top left;
	background-color: black;
}
#jheader {
	z-index: 10;
	position: absolute;
	height: 80px;
	width: 1024px;
	top:0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url('images/head.gif');
	background-position: 0px 0px;
	background-repeat:no-repeat; 
	background-color: black;
}
#playground {
	z-index:0;position:absolute;cursor:default;left:20px;top:110px;width:1004px;height:800px;
}

#dblist{
	z-index:10;
	position: absolute;
	width: 1400px;
	height: 150px;
	top: 140px;
	left: 0px;
}

#info_msg  {
	z-index:0;position:absolute;cursor:default;left:20px;top:80px;width:1004px;height:30px;
}

#left{
	z-index:10;
	position: absolute;
	width: 360px;
	height: 250px;
	top: 250px;
	left: 0px;
}

#right{
	z-index:10;
	position: absolute;
	width: 360px;
	height: 250px;
	top: 250px;
	left: 400px;

}
#bottom{
	z-index:10;
	position: absolute;
	width: 1004px;
	height: 100px;
	top: 400px;
	left: 0px;
}
#ipic {
	position: absolute;
	width: 241px;
	height: 180px;
	top: 60px;
	left: 350px;
}
#srflogin_list{
	z-index:10;
	position: absolute;
	width: 1400px;

	top: 380px;
	left: 0px;
}

.snr {
	width: 50px;
	color: black;
	display:inline; 
	margin-top: 3px;
	margin-bottom: 5px;
}
.e_input {
	width: 300px;
	color: black;
	display:inline; 
	margin-top: 3px;
	margin-bottom: 5px;
}
.cbutton{
	color: black;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom: 10px;	
	
}
.tinv{
		color: black;
}
.even { background-color:#111; }
.odd { background-color:#333; }
.left{ font-size: 20px; }
.right{ margin-left: 360px; font-size: 10px; }