@CHARSET "UTF-8";


.central {
	width: 707px;
	background-color:#000;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

.subcentral {
position:relative;margin-left:auto;margin-right:auto; width:694px
}
.error {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
}
.info {
	color: #F08F35;
	font-size: 14px;
	margin-bottom:10px;
}
.info2 {
	text-align:right;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url('../images/fundoparede4.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #000;
}

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

ul {
padding:0px;
margin:0px;
}
li {
	list-style-type:none;
	border-bottom: 1px solid #333;
	padding:10px;
}

legend, label {
	color: #F08F35;
}
fieldset,legend {
border:1px solid #fff;
}
legend {
padding-left:5px;
padding-right:5px;
}

label.login { position: absolute; text-align:left; width:50px; }
input.login {margin-left:60px;}

ol {
	padding:0; margin:0;
}
.results_list li {
	list-style-type: decimal;
	list-style-position: inside;
	padding:10px;
	font-size: 16px;
	
	line-height: 16px;
}
.results_list .first {
	font-size: 27px;
	color: #F08F35;
	line-height: 17px;
	font-weight: bold;
}
.results_list .first span {
font-size: 14px;
font-weight: normal;
}
.results_list span {
font-size: 12px;
}

.stats_link {
text-align:right;
font-size: 20px;
}

.stats_link a {
text-decoration: none;
}
.stats_link a:hover {
text-decoration: underline;
}
