@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#56627A;
}
html {
	background:#DDE0E7;
}
body {
	background:url(img/bg.jpg) no-repeat center top #DDE0E7;
}
a{
	color:#CC0000;
}
.largura {
	width:960px;
	clear:both;
	margin:0px auto;
	overflow:hidden;
}
.formulario {
	width: 250px;
	margin: 230px 0 0 590px;
	line-height: 20px;
}
input{
	width:161px;
	height:21px;
	border-bottom: solid 1px #DDE0E7;
	background:#FFFFFF;
	float:right;
	margin: 0 0 20px;
	border-left: none;
	border-right:none;
	border-top:none;
}
label{
	float:left;
	font-weight:bold;
	margin-bottom: 20px;
}
input.botao{
	background: url(img/bg_bot.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	width: 83px;
	height: 24px;
	float: right;
	margin: 0 0 0px 50px;
	clear: both;
	display: block;
	border: none;
}
