body, select, textarea {
	scrollbar-face-color: #D3D3D3;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #D3D3D3;
	scrollbar-3dlight-color: #CBCBCB;
	scrollbar-arrow-color:  #555555;
	scrollbar-track-color: #DDDDDD;
	scrollbar-darkshadow-color: #B1B1B1;
}
body {
	background-image: url(img/metal2.gif); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ccc;
}
select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div, table {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
} 
a.page:visited {
	color: #555; font-size: 11px; text-decoration: underline;
}
a.page:link {
	color: #555; font-size: 11px; text-decoration: underline;
}
a.page:hover {
	color: fff;
}
a.menu {
	font-weight: bold; font-family: tahoma,arial,helvetica;
}
a.menu:visited {
	color: #333;
}
a.menu:link {
	color: #333;
}
a.menu:hover {
	color: #fff;
}
a.menu:active {
	color: #333;
}
span.chatarea{
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.radio {
	height:15px;
}

input.button, select.button{ 
	background-color:#EDEDED; 
	color: #000; 
	border-color:#A6A4A4;
	border-width: 1px; 
	border-style: solid; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Verdana;
}
input.button2, select.button2, textarea.button2 { 
	height: 18px;
	background-color: #FBFBFB; 
	color: #000; 
	border-color:#959595;
	border-width: 1px;
	border-style: solid;
	font-size: 10px; 
	font-family: Verdana;
}
input.button3,select.button3{ 
	background-color:#ccc; 
	color: #333; 
	border-color: #fff;
	border-width: 1px;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
input.tag	{
	background-color: #ccc;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #333;
}
#post a {
	text-decoration: underline;
}
input.post, textarea.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.submit {
	background-color: #999;
	font-weight: bold;
}
.alias {
	font-size: 10px; color: #666;
}
.db_title {
	font-size: 26px; color: #333; font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000;
}