div#content div#title{
	position:relative;
	z-index:8;
	left:60px;
}
div#content div#woman{
	position:absolute;
	z-index:6;
	top:55px;
	left:588px;
}

div#content div#newsletter_footer{
	position:absolute;
	z-index:6;
	top:405px;
}

div#content div#form_footer{
	position:relative;
	z-index:8;
	height:30px;
}

div#content{
	position:relative;
	padding-top:30px;
	height:430px;
}

#links{
	position:relative;
	text-decoration:none;
	left:30px;
	padding-top:20px;
}

.formulario_container{
	display:block;
	position:relative;
	height:300px;
	padding:30px 0 0 35px;
	width:360px;
	left:30px;
	z-index:8;
}
.formulario{
	position:relative;
	margin:0;
}

br{
	clear:both;
}

label, input, textarea, select{
	float: left;
	margin-bottom: 13px;
}
		
label {
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:white;
	margin-right: 4px;
	height:16px;
}

input{
	border:0;
	margin:0;
	height:16px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	border-style: solid;
	border-color: #0b6b20;
	border-width: 1px;
	margin-right: 8px;
}

input.check{
	margin: 0 0 7px 0;
	border:0;

}

#errorMessage{
	position:relative;
	width:400px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:bold;
	color:#0b5c26;
	font-weight: bold;
	padding:20px 0 0 0;
	left:50px;
}

