/* Input's */

input[type=text] {padding: 5px 2px 5px 2px; background: #fff; color: #333; font-size: 120%; font-style: normal; font-weight: 300; border: 1px solid #188D9E;}
input[type=submit] {background: url(../imgs/bgBotao.jpg) #0D4A55 top repeat-x; color:#FFF; font-style: normal; font-weight: bold; font-size: 130%;}
input[type=button] {background: url(../imgs/bgBotao.jpg) #0D4A55 top repeat-x; color:#FFF; font-style: normal; font-weight: bold; font-size: 130%;}
input[type=reset] {background: url(../imgs/bgBotao.jpg) #0D4A55 top repeat-x; color:#FFF; font-style: normal; font-weight: bold; font-size: 130%;}

textarea {padding: 5px 0 5px 0; background: #fff; color: #333; font-size: 120%; font-style: italic; font-weight: 300; border: 1px solid #188D9E;}

/* Select's */
select {padding:  5px 2px 5px 2px; background: #fff; color: #333; font-size: 120%; font-style: italic; font-weight: 300; border: 1px solid #188D9E;}

/* Individuais */ 
input.busca {width: 280px; margin-left: 5px; border: none; float: left;} 
input.okBusca {width: 46px; height: 28px; float: left; margin-left: 2px; cursor: pointer; text-align: center; font-weight: bolder; font-size: 100%;}
input.news_nome {width: 300px; float: left; margin-bottom: 3px;}
input.news_email {width: 250px; float: left; margin-right: 4px;}

input.contatoForm {width: 99%; margin-bottom: 5px;}

.btnContatoE {float: left; padding: 5px; margin-left: 2px;}

textarea.contatoForm {width: 100%; margin-bottom: 5px;}

#pag_outros {width: 380px; margin-left: 5px;}

label {clear:both; float: left; width: 100%;}
label.error { float: none; color: red; margin: 0 .5em 0 0; vertical-align: top; font-size: 10px }

fieldset {width: 95%; padding: 10px; border: 1px solid #e7e7e7; margin-bottom: 10px;}

/* classes */
label.news {width: 60px; float: left; text-align: right; margin-right: 5px; margin-top: 5px; margin-bottom: 3px;}

input.btnContato {float: left; padding: 5px; font-size: 110%; border: 1px solid #216F79; margin-left: 2px;}

.fe {float: left; clear: none;}
.pgOutros {float: left;}

.vermelho {color: #C00;}