td,th {
	color: #FFFFCC;
	border: thin solid #000;
	font-size: 14px;
}
body {
	background-color: #000;
}
table {
	color:#FFFFCC;
	background-color: #222222;
	border-collapse:collapse;
    border:1px solid #000000;
	padding: 0px;
}
.header {
	background:url(../images/layout4/forum.jpg);
	color:#FFFFCC;
	font-weight: bold;
	font-family: Verdana;
	font-size:12px;
}
.subheader {
	font-family: Verdana;
	background:#161616;
	color:#FFFFCC;
	padding: 0px;
	border: 0px solid;
}
.subheader a:hover, a:hover {
	text-decoration: none;
}
.subheader a:link, .subheader a:visited, .subheader a:active, a:link,a:visited,a:active {
	font-family: Verdana;
	color:#FFFFCC;
}
.textinput {
	color:#FFFFCC;
	font-weight:normal;
	font-size:12px;
	border-top: 1px solid #050505;
	border-right: 1px solid #010101;
	border-bottom: 1px solid #010101;
	border-left: 1px solid #050505;
	background-color:#333;
	font-weight:800;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.button {
	background:url(../images/layout4/button.jpg);
	vertical-align: middle;
	border-top: 1px solid #050505;
	border-right: 1px solid #010101;
	border-bottom: 1px solid #010101;
	border-left: 1px solid #050505;
	color: #FFFFCC;
	height:25px;
	font-weight:800;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom:2px;
}
div.scroll {
	height: 285px;
	width: 328px;
	overflow: auto;
	border: 0px;
	padding: 0px;
	text-align:center;
}