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

#form-c { margin-left:200px; }

/* tipos de labels */

.label-S { position:relative; left:20px; margin:0.3em 0 0;}
.label-x { float:left;  width:105px; }
.label-1 { float:left;  width:115px; }
.label-2 { float:left;  width:60px; }
.label-3 { float:left;  width:70px; }
.label-4 { margin:0.3em 0 0; width:70px; }

 /*tipos de inputs */
 
 input { color:#00a0e3; font-size:11px; border:1px #939192 solid; }
 
 .type-S { position:relative; left:25px; width:40px; }
 .type   { width:50px;}
 .type-1 { width:30px;}
 .type-2 { width:80px; }
 .type-3 { width:120px;}
 .type-4 { width:200px;}
 .type-5 { width:350px;}

/* tipo de text area */

textarea { height:100px; width:300px; border:1px #939192 solid; color:#0099CC; font-size:12px; font-family:"arial", serif; }

.buttom { margin-left:60px; text-transform:uppercase; }

