html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../img/plante-certo/bg.jpg) left top repeat;
	text-align: center;
	color: #333;
	font-size: 82%;
}
 
#corner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	height: 191px;
	background: url(../img/plante-certo/planta.png) left top no-repeat;
}

#container {
	width: 775px;
	min-height: 700px;
	margin: 0 auto;
	background: url(../img/plante-certo/body-bg.png) left top no-repeat;
	text-align: left;
}

#content {
	padding-top: 170px;
	padding-left: 100px; 
	width: 400px;
}

#footer {
	
}

.formulario {
	display: block;
	float: left;
	height: 280px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.formulario label, .formulario input {
	display: block;
	float: left;
}

.formulario label {
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	clear: left;
	width: 100px;
}

.formulario input {
	padding: 2px 2px;
	margin: 2px 0;
}

br {
	clear: left;
}

td, th {
	border: none;
}

th.r {
	text-align: right;
}

th {
	background-color: #eee;
}

td {
	border: solid 1px #eee;
}

th {
	font-weight: normal;
	color: #666;
}

h1, h2, h3 {
	color: #e41819;
}

.messages ul, .messages li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}

.messages {
	display: block;
	margin-left: 115px;	
	color: #c30;	
}

#enviar {
	display: block;
	clear: both;
	float: right;
}

#valor {
	padding-left: 10px;
	color: #c30;
	font-weight: bold;
}

