#painel{
	width: 848px;
	position: absolute;
	width: 100%;
	text-align: center;
}
#painel-form{
	width: 848px;
	margin: 0 auto;
	background: #af212e;
	border-bottom: #FFF 1px solid;
	border-left: #FFF 1px solid;	
	border-right: #FFF 1px solid;
	_background: #000;
	color: #FFF;
	height: 70px;
	display: none;
}
#painel-botao,#painel-botao-img{
	width: 120px;
	height: 22px;
	margin: 0 auto;
}
.login {
	width: 200px;
	padding: 5px;
	border: 1px solid #5E696D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.login:focus {
	background: #FFFFC4;
}
#cinza-escuro {
	background: #E9E9E9;
	border-bottom: 1px solid #DBDBDB;
	width: 200px;
	height: 50px;
	text-align: center;
	color: #888;
}
#cinza-escuro2 {
	background: url("img/escuro.png") no-repeat;
	border-bottom: 1px solid #DBDBDB;
	width: 200px;
	height: 50px;
	text-align: center;
	color: #888;
}
#cinza-escuro3 {
	background: url("img/escuro3.png") no-repeat;
	border-bottom: 1px solid #DBDBDB;
	width: 200px;
	height: 50px;
	text-align: center;
	color: #888;
}
#cinza-claro {
	background: #F1F1F1;
	border-bottom: 1px solid #DBDBDB;
	width: 200px;
	height: 50px;
	text-align: center;
	color: #888;
}
.input_contato {
	color: #666;
	border: 1px solid #ccc;
	width: 600px;
	height: 30px;
	padding: 0px 5px 0 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.input_contato:focus {
	background: #FFFFC4;
}
.textarea_contato {
	color: #666;
	border: 1px solid #ccc;
	width: 600px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.textarea_contato:focus {
	background: #FFFFC4;
}
.botoes_input {
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.botoes_input:hover {
	background: #FFFFC4;
}