@charset "utf-8";

#left_content {
	position:relative;
	float:left;
	width:650px;
}

#right_content {
	position:relative;
	float:right;
	width:270px;
}

span.label {
	float:left;
	width:50px;
}

#personacontacto {
	width:500px;
}

#empresa {
	width:500px;
}

#telefono {
	width:80px;
}

#fax {
	width:80px;
}

#email {
	width:255px;
}

#asunto {
	width:500px;
}

#mensaje {
	width:500px;	
	height:50px;
	margin-left:10px;
}

#comentarios {
	width:600px;
	height:50px;
	margin-top:4px;
}

form p {
	float:left;
	font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;	
}