body{
    font-family: calibri, arial;
}
input{
    width: 334px;
    height: 33px;
    border: 1px solid #333333;
    margin-bottom: 4px;
    background-color: #b1b2b3;
    box-shadow: inset 0px 0px 15px -4px #000;
    padding-left: 8px;
}
textarea{
    width: 332px;  
    height: 69px;  
    border: 1px solid #333333;  
    margin-bottom: 3px;  
    background-color: #b1b2b3;  
    box-shadow: inset 0px 0px 15px -4px #000;  
    padding-left: 8px;
    font-family: calibri, arial;
    font-size: 15px;
}
input[type='submit']{
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 0px #000;
}
input[type='radio']{
    width: 17px;
    box-shadow: none;
    vertical-align: middle;
    margin-left: -6px;
}
ul{
    list-style-type: none;
    margin: 0px 0px 0px -40px;
}
fieldset{
    border: none;

}
legend{
    margin-left: -7px;

    padding-top: 6px;
    margin-bottom: -7px;
}
label{
margin-right: 15px;
}
section{
    width: 342px;
    height: 68px;
    margin: 0px 0px 4px 0px;
    border: 1px solid #333333;
    box-shadow: inset 0px 0px 15px -4px #000;
    background-color: #b1b2b3;
}
::-webkit-input-placeholder  { color:#444444; }
:-moz-placeholder { color:#444444; }
:-moz-placeholder { color:#444444; }
#obrigado{
width: 345px;
text-align: center;
font-size: 30px;
}
#msgErro{
width: 345px;
text-align: center;
font-size: 30px;
}
#outroFormulario{}
}
#outroFormulario a{}
color: #000000 !important;
text-decoration: none !important;
}
#outroFormulario a:hover{
text-decoration: underline !important;
}

