

#direccion {
	position: absolute;
	right: 50px;
	margin-top: -5em;
}
#form h2, #contacthelp p {
	margin-left: 10px;
}
#contacthelp p {
	padding-bottom: 1em;
	font-size: 14px;
}
	#contacthelp p span {
		font-size: 18px;
		font-weight: bold;
		color: #B14A00;
	}

form#formulario {
	background: transparent url(/img/bg-form.gif) no-repeat top;
	margin: 0;
	padding: 0;
}
	fieldset {
		border: 0;
		margin: 0 auto;
		padding: 20px 10px 0 35px;
		height: 310px;
	}
		fieldset p {
			display: block;
			padding: 15px 25px 0 0;
			text-align: center;
		}
			p label {
				font-size: 1em;
			}
		fieldset input, fieldset textarea {
			clear:both;
		}
	label {
		font-size: 0.8em;
		margin-top: 5px;
	}
	
#form div.l, #form div.r {
	display: block;
	float: left;
}
#form div.l {
	width: 300px;
	padding-right: 25px;
	border-right: 1px solid #711B00;
}
#form div.r {
	width: 325px;
	padding-left: 25px;
	border-left: 1px solid #fff;
}
	#form div.l input, #form div.r textarea {
		width: 100%;
		margin-top: 5px;
		border: 1px solid #711B00;
	}
	
input.submit {
	position: absolute;
	left: 0;
	margin: 49px 0 0 325px;
}