body{
	color: #fff;
	background: #222;
	font-family: Tahoma, "MS Trebuchet", sans-serif;
	padding: 10px;
	text-align: center;
}
input{
	background: #FFF;
	color: #C00;
	border: 1px solid #333;
	font-size: 16px;
	padding: 4px 8px;
	width: 550px;
}
p{
	font-size: 12px;
}
div.title{
	background: url('img/head.gif') no-repeat;	
	width: 600px;
	margin: 0px auto;
	height: 200px;
}
p.counter{
	color: #999;
	font-size: 12px;
	text-align: center;
}
div.nav{
	text-align: center;
}
div.nav a, input.but{
	background: url('img/nav.png') repeat-x;
	color: #fff;
	border: 1px solid #333;
	padding: 4px 8px;
	text-decoration: none;
		text-align: center;
}
div.nav a:hover, input.but:hover{
	color: #F63;
	background: url('img/nav2.png') repeat-x;
}
p.linha{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
div.box{
	background: #000 url('img/bg2.gif') repeat-x;
	border: 1px solid #333;
	width: 600px;
		margin: 0px auto;
	padding: 20px;
	display: block;
}