/*FORMULARIO DE CONTACTO UNIVERSAL, KARONTE S.I
***********************************************/

fieldset {
	margin-bottom:5px;
	float:left;
	width:520px;
	border:none 0 white;
}

fieldset h4 {
	float:left;
	font-size:10px;
	margin:0;
	color:#ff6600;
	width:300px;
	padding-left:175px;
}

fieldset label {
	float:left;
	margin:0 5px 0 0;
	padding:5px;
	width:150px;
	font-weight:bold;
}

fieldset div.campo{
	float:left;
	margin:0 5px 0 10px;
	padding:0;
	width:auto;
	height:25px;
}

fieldset div.campo input, div.campo p{
	border:1px solid #CCC;
	padding:3px;
	width:290px;
	float:left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
	height: 18px;
}

fieldset div.campo textarea {
    width:460px;
    height: 100px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
	border:1px solid #CCC;
	padding:3px;
}

fieldset div.campo span.checkbox input {
    width:20px;
    float:left;
}
fieldset div.campo span.checkbox label {
    width:110px;
    float:left;
}


div.campo p{
	border:0px;
	padding:3px;
	width:283px;
}

div.catcha {
	border:0px;
	position:relative;
	left:18%;
}

div.enviar{
	border:0px;
	padding:0px;
	width:478px;
	text-align:center;
}