body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#geral {
	width: 750px;
	margin: auto;
}

#dados {
	width: 700px;
	text-align: center;
	background-color: #b81c1c;
	padding: 0 0 30px 0;
	margin-bottom: 10px;
	margin: auto;	
}
#condicoes {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	margin: auto;
}
button {
	background-image: url(images/bt_comprar_ja.jpg);
	width: 167px;
	height: 40px;
	border: 0;
	margin-top: 16px; 
	cursor: pointer;
}
table {
	width: 600px;
	text-align: left;
	margin: auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
table a {
	color: #fff;
}
td {
	border: 0;
}
input, textarea {
	border: 2px #ea373e solid;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	margin-top: 4px;
}
table img {
	margin-top: 4px;
}
.outras {
	vertical-align: top;
}


