body
{
	/*background: #181818;*/
	background:#121212;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana;
}

p
{
	color: #FFFFFF;
}

h1
{
	color: #FFFFFF;
	text-align:center;
}

a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.style_box{
	border:0; 
	background:transparent; 
	color:WHITE; 
	font-size:20px;
}

#countdown_float_layer{
	position:absolute;
	left:401px;
	top:400;
	width:457px;
	height:40px;
	layer-background-color:transparent;
	border:0;
	background:transparent;
	color:WHITE;
	font-size:20px;
	z-index:1;
}


#notification_enclosure{  
	height: 20px;
  	width: 100%;
  	position: fixed;
  	top: 0px;
  	z-index: 9998;
}
#notification {
	margin: 0 auto;
	padding-top:10px;
  	width: 100%;
	height: 20px;
  	background-color:#262626;
  	border-bottom: 1px solid #303030;
	color:#303030;
	text-shadow:#1e1e1e;
	vertical-align:middle;
	background-image:url(images/icon_reg.png);
	background-position:left;
	background-position:10px;
	background-repeat:no-repeat;
}
#notification .wrap{ margin-right:10px;}

#notification span { padding-left:35px; color:#fff;}
#notification_border {
  	border-bottom: 1px solid #1e1e1e;
}

#notification #reglog{}
#notification_img{

}
#userbar_enclosure{  
	height: 22px;
  	width: 100%;
  	position: fixed;
  	bottom: 0px;
  	z-index: 9999;
}
#userbar {
	margin: 0 auto;
	padding-top:4px;
  	width: 100%;
  	height: 30px;
  	background-color:#262626;
  	border-top: 1px solid #303030;
	text-align:center;
	color:#303030;
	text-shadow:#1e1e1e;
}
#userbar_border {
  	border-top: 1px solid #1e1e1e;
}

label{ font-size:12px; color:#666;}
input { font-family:"Courier New", Courier, monospace;}
p.reg,p.login { margin:0px;}

#reg fieldset {
	margin:10px;
	width:250px;
}

legend { font-weight:bold;}

.table {
	color:#666;
}

.tableleft fieldset, .tableright fieldset {
	width:260px;
	margin:5px;
}
.tableleft fieldset, .tableright fieldset, .tablefull fieldset { border:#CCC 1px ridge;}
.tablefull fieldset {margin:5px;}

.forminput{ width:250px;}
.tableleft{ float:left;}
.tableright{ float:left;}
.tablefull{ clear:both;}