#form_cont {
  width: 400px;
  height: 400px;
  top: inherit;
  left: 0px; 
  position: relative;
  background-color: #1a3c0d;
  padding: 0px;
  margin: 0px 0px 0px 0px;
border-left: 1px dotted #B13E16;
border-top: 1px dotted #B13E16;
border-bottom: 1px dotted #B13E16;
border-right: 1px dotted #B13E16;

  }
label {
font-family: Arial, Helvetica, sans-serif;
font-size:0.9em;
margin: 0;
padding: 4px 5px 0px 0px;
text-align:right;
width:70px;
float:left;
color: #fff;
  }
fieldset {
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
  top: 20px;
  left: 25px;
  position: absolute;
  }
.br {display:none;} 

.textfield {
font:0.8em  Arial, Helvetica, sans-serif ;
color:#333 ;
margin: 0px;
height:20px;
border:solid 0 #fff;
padding: 5px 0px 5px 5px;
background: url("../imagenes_asturias/img/textfield_bg.gif") no-repeat fixed;
width:220px;
voice-family: "\"}\""; 
voice-family:inherit;

}
fieldset>input.textfield {
background: url("../imagenes_asturias/img/textfield_bg.gif") no-repeat;
}
.textfecha {
font:0.8em  Arial, Helvetica, sans-serif ;
color:#333 ;
margin: 0px;
height:20px;
border:solid 0 #fff;
padding: 5px 0px 5px 5px;
background: url("../imagenes_asturias/img/textfecha_bg.gif") no-repeat fixed;
width:70px;
voice-family: "\"}\""; 
voice-family:inherit;

}

fieldset>input.textfecha {
background: url("../imagenes_asturias/img/textfecha_bg.gif") no-repeat;
}
textarea {
font:0.9em Arial, Helvetica, sans-serif;
color:#333 ;
margin:0px;
height:100px;
border:solid 0 #fff;
padding: 0px 0px 0px 5px;
background: url("../imagenes_asturias/img/textarea_bg.gif") no-repeat fixed;
width:220px;
voice-family: "\"}\""; 
voice-family:inherit;

}
fieldset>textarea {
background: url("../imagenes_asturias/img/textarea_bg.gif") no-repeat;
}
.submit {
margin: 10px 0px 0px 0px;
padding: 0px;
background: url("../imagenes_asturias/img/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:0.8em Arial, Helvetica, sans-serif;
color:#666;
text-transform:uppercase;
text-align:center;
 }
#req {
    width: 400px;
    height: 30px;
    top: 0px;
    left: 40px; 
    position: relative;
    background-image: url(../img/req.gif);
	background-color: #e5e5e5;
	background-repeat: no-repeat;
  } 