@CHARSET "UTF-8";

body {
	background-color:#000;
}

* {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
}

select,
select *,
select option {
	color:#000;
}

select {
    /*
    border: 1px solid #BBBBBB;
    border-radius: 3px;
	padding: 3px;
     */
}

fieldset {
	width:120px;
	border:1px solid #666;
	border-radius:10px;
	margin-bottom:1em;
	background:-moz-linear-gradient(100% 100% 90deg, #444, #999) repeat-x scroll 0 0 transparent;
}

legend {
	background-color:#555;
	background:-moz-linear-gradient(100% 100% 90deg, #999, #fff) repeat-x scroll 0 0 transparent;
	padding:.2em;
	color:#333;
	padding-left: 1em;
	padding-right:1em;
	border-radius:5px;
}

label {
	display:block;
	clear:both;
}

#statsWrap {
	position:absolute;
}

#readme {
	position: absolute;
	left:1050px;
	width:350px;
}

#textReadme {
	display: none;
}

#textReadme h1 {
	font-size:2.0em;
	margin: 8px 0px 8px 0px;
}

#textReadme h2 {
	font-size:1.5em;
	margin: 6px 0px 6px 0px;
}

#textReadme h3 {
	font-size:1.0em;
	margin: 4px 0px 4px 0px;
}


#textReadme p {
	margin:2px 0 2px 0;
}

