@charset "utf-8";
/* CSS Document */

html,body
{
	margin:0px;
	padding:0px;
	width:100%;
	heigh:100%;
	overflow-x:hidden;
}

#home
{
	position:absolute;
	width:1280px;
	height:722px;
	left:50%;
	margin-left:-640px;
}

#login
{
	position:absolute;
	width:250px;
	float:right;
	z-index: 30;
	margin-left:900px;
	margin-top:30px;
}

.text_branco
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

.text_cinza
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

.home
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D2BEA1;
	text-decoration:none;
}

.home-sb
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#D2BEA1;
}

a.text_cinza:hover
{
	text-decoration:underline;
}

.text_cinza_sb
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
}

.text_bordo
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CF0000;
}

.text_bordo_sb
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CF0000;
}

.text_bordo_10
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CF0000;
	line-height:20px;
}

button{
	background:none;
	border:none;
	cursor:pointer;
}

.text_padrao
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#777;
}

.input
{
	background-color:#F6F6F6 !important;
	border:1px solid #DBDBDB !important;
	font-family:Verdana, Geneva, sans-serif !important;
	color:#777 !important;
	height:16px !important;
	font-size:12px !important;
	font-weight:normal !important;
}

select.input
{
	height:18px !important;
}

.input-home
{
	background-color:#f8efca !important;
	border:1px solid #f9f5df !important;
	font-family:Verdana, Geneva, sans-serif !important;
	color:#777 !important;
	height:16px !important;
	font-size:12px !important;
	font-weight:normal !important;
}

.error{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	width:100%;
	float:left;
}

input.check.error{
	width:auto !important;
}

.list-desafio
{
	width:180px;
	border:solid 1px #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#CF0000;
	line-height:20px;
}

.boneco-completo {
	height:auto;
	padding:0;
	margin:0 0 0 42px;
	position:absolute;
	top:50px;
	width:93px;
}

.boneco{
	background:url(../images/boneco-segura-placa.gif) no-repeat;
	width:72px;
	height:81px;
	margin:-3px 0 0 16px;
}

.placa{
	background:url(../images/placa.gif) no-repeat;
	width:93px;
	height:57px;
}

.replace {
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-50000px;
}