@charset "utf-8";
/* CSS Document */

form {
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color: #5c5c5c;
 width: 500px;
}
 
form div {
 display: block;
 margin: 10px 0px;
}

legend {
 color: #96172E;
}

fieldset {
	padding-top: 25px;
	border:none;
}
 
label {
 float: left;
 width: 130px;
 padding: 0px 10px 0px 0px;
 text-indent: 0px;
}

label.pregunta {
 float: none;
 width: 300px;
 line-height:25px;

}
 
input, select, textarea {
 width: 350px;
 background-color:#F9F9F9;
}

input.checkbox {
 width: auto;
 background-color:#FFFFFF;
}

input.especific {
 width: 310px;
 background-color:#FFFFFF;
 margin-left:15px;
}
 
input#submit {
 padding: 2px 0px;
}

input#text {
 width: 300px;
}

#comentario {
height: 100px;

}
