@charset "utf-8";

html,body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address,li,dd,blockquote,img,input
	{
	margin: 0;
	padding: 0;
	border: 0
}

img,fieldset {
	border: none;
	padding: 0;
}

object {
	outline: none;
}

a {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #3F2509;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 13px;
}

html,body {
	height: 100%;
}

body {
	background-color: #FFFAEE;
	font-family: Arial, Helvetica, sans-serif;
}

.fundo {
	text-align: left;
	background: url(../imagens/fundo.png) center right no-repeat;
	width: 1000px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin: -360px 0 0 -440px;
	position: relative;
}

.campos {
	width: 209px;
	height: 28px;
	color: #000;
	background: url(../imagens/bginput.png) no-repeat;
	margin-bottom: 23px;
	margin-left: 10px;
}

.dados {
	padding: 100px 0 0 650px;
}

.campos input {
	margin: 5px 0 0 10px;
	background-color: transparent;
	width: 190px;
}

.btn input {
	width: 84px;
	height: 30px;
	background: url(../imagens/btn.png) 0 0 no-repeat;
	margin: 0 0 20px 15px;
	padding-top: 5px;
	float: left;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.btn a:hover {
	background: url(../imagens/btn.png) 0 -32px no-repeat;
}

.erro {
	width: 199px;
	height: 20px;
	padding: 5px;
}

.erro p {
	color: #900;
	font-weight: normal;
	padding: 3px 0 0 5px;
	text-align: center;
}

.site a {
	margin: 60px 80px 0 0;
	color: #abd;
	font-size: 0.6em;
	text-align: right;
	float: right;
	padding: 2px 5px;
	border: 0;
}

.site a:hover {
	color: #FFF;
}

.ui-messages-error,.ui-message-error {
	background-color: transparent;
	border-color: transparent;
	color: #B94A48;
}