@font-face {
  font-family: 'flamabook';  
  src: url('../../libs/fonts/flama-book-webfont.woff2') format('woff2'),
    url('../../libs/fonts/flama-book-webfont.woff') format('woff'),
    url(../../libs/fonts/Flama-Book.otf);  
  font-weight: normal; 
   font-style: normal; 
}

body {
    font-style: 'flamabook';  
    font-size: 12px;
    line-height: 1;
}

.form-style-9
{
    max-width: 550px;
    background: #fff;
    padding: 10px;
    margin: 5px auto;
    border-radius: 1px;
    border: 1px solid #DCDCDC;
    overflow: auto;
    min-height: 209px;
}

.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 1px;
    height: 30px;
}
.form-style-9 ul li .field-style{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3px 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}

.form-style-9 ul li  .field-style-label{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1px 1px;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    text-align: right;
}


.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-label{
    width: 20%;
}
.form-style-9 ul li .field-split{
    width: 38%;
}
.form-style-9 ul li .field-split-other{
    width: 70%;
}

.form-style-9 ul li .field-full{
    width: 100%;
} 

.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9  span#mensagem {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dedede;
    padding: 3px;
}

.form-style-9 ul li input[type="button"],
.form-style-9 ul li input[type="submit"] {
    background-color: #515151;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 5px 1px;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px 'flamabook', sans-serif;
}
.form-style-9 ul li input[type="button"]:hover,
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}

 