html {
background-color:transparent;
}


#saveForm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;


    padding:15px 25px; 

    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  
    text-transform: uppercase; 

    font-family: Arial, Geneva, sans-serif;
    letter-spacing: 0.01em;
    font-weight: 700;
    background:#ff8000;
    color: #FFFFFF; 

}

.wufoo .info{
display:none;
}

.wufoo textarea.textarea {
    height: 80px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 

    padding: 5px;
    border-radius: 4px;
    margin-bottom: 7px;



}

form.wufoo {
	padding-left:10px;
	padding-right:10px;
}

form li {
    padding-top: 4px;
    padding-bottom: 3px;
}




label.desc {
    padding: 0;
}


input.text {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 

    padding: 5px;
    border-radius: 4px;
    margin-bottom: 7px;


}

.datepicker {
  font-size: smaller;
  line-height: 0.8em;
  top: 280.46875px;
  left: 120px;
}

div.datepicker td, div.datepicker th {
  height: 10px;
}

#errorLi {
display:none;
}

form li.error {
border.radius: 1em 2em;
}

#errorMsg b{
background-color: #ffffff !important;
border-radius: 1em 2em;
}

.letra90 {
    font-size:90%;
}