@charset "utf-8";
/* CSS Document */
body {
	background-color: #D76A14;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.cssnodetitle {
	font-size: 20px;
	color:#FF3300;
	/*background-color:black;*/
	border:none;
/*	border-bottom:1px dashed white;*/
	width: 500px;
	
}
.button {
	color: white;
	background-color:#999999;
}
.text10 {
	font-size: 10px;
}
.csscat {
	font-size: 10px;
	color:#CCCCCC;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:white;
}
.textinput {
	border:solid 2px;
	border-color: #473212;
	font-size:11px;
	width: 90px;
}
.textinput_un {
	border:solid 2px;
	border-color: #473212;
	font-size:11px;
	padding: 3px;
}
.loginbutton {
	height: 20px;
	font-size:11px;
	color: white;
	background-color:#B4AA89;
}
.regbutton {
	height: 23px;
	font-size:11px;
	padding:2px;
	color: white;
	background-color:#333333;
}
