@font-face {
    font-family: 'exomedium';
    src: url('../fontes/exo-medium-webfont.eot');
    src: url('../fontes/exo-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/exo-medium-webfont.woff') format('woff'),
         url('../fontes/exo-medium-webfont.ttf') format('truetype'),
         url('../fontes/exo-medium-webfont.svg#exomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exobold';
    src: url('../fontes/exo-bold-webfont.eot');
    src: url('../fontes/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/exo-bold-webfont.woff') format('woff'),
         url('../fontes/exo-bold-webfont.ttf') format('truetype'),
         url('../fontes/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{ margin:0; padding:0; border:0;}

body{
	background:#f5f5f5;
	font-family:'exomedium', Arial, Helvetica, sans-serif;
	color:#666;
}

#orcamentoform{
	width:780px;
	height:auto !important;
	overflow:hidden;
	padding:10px;
	margin:auto;
}

#preencher .box_anilha div { *width:97px; float:left; }

#preencher, #revisar{
    display: block;
    width: 100%;
    clear: both;
    float:left;
    margin:0 !important;
}

#orcamentoform h2{
    margin-bottom: 20px;
}

#orcamentoform .obrigatorio{
    color:red;
    font-size: 13px;
}

#orcamentoform .msg{
    color: #000;
    clear: both;
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0;
    text-align: center;
}


#orcamentoform form fieldset{
	padding:5px;
	float:left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:10px;
	width:765px;
	
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
}

#orcamentoform form legend{
        padding: 8px;
}

#orcamentoform form{
        float:left;
}

#orcamentoform form .regras{
        margin:20px 0;
        float:left;
}

#orcamentoform form .regras{
        list-style:none;
	line-height:25px;
	font-size:0.95em;
	display:block;
        margin-left: 20px;
}

#orcamentoform form .regras .titulo{
        margin-left: 0;
}

#orcamentoform form .personalizar textarea {
        width: 100% !important;
        height: 50px;
        outline:none;
}


#orcamentoform div{
	margin:0 5px 5px 5px;
	float:left;
}

#orcamentoform .box_anilha{
        margin: 0 0 10px 0;
}

#orcamentoform div label{
	display:block;
	text-align:left;
	margin-bottom:2px;
	height:22px;
	line-height:22px;
	font-size:12px;
}

.campo_a, .campo_b, .campo_c, .campo_d,
.campo_e, .campo_f, .campo_g, campo_clube{
    float:left;
}

.campo_a{width:755px;}

.campo_b{width:594px;}

.campo_c{width:372px;}

.campo_d{width:342px;}

.campo_e{width:242px;}

.campo_f{width:151px;}

.campo_ie, .campo_rg{ margin-right: 200px !important; display: none; }

.campo_clube{width:340px;}

.campo_clube, .campo_ano {visibility: hidden;}
.hide{display:none;}

#orcamentoform input, #orcamentoform select{
    outline:none;
}

input[type=text], input[type=number], input[type=email], select, textarea{
	float:right;
	border:none;
	/*height:28px;*/
	padding:5px 0;
	width:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#e2e2e2;
        text-indent: 5px;

	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
}

input[type=text].erro, input[type=number].erro, input[type=email].erro, .selectboxit.erro, textarea.erro{
	background:#ffc9c9;
	background-image: -moz-linear-gradient(top, #ffffff, #ffc9c9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffc9c9));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffc9c9);
	background-image: -o-linear-gradient(top, #ffffff, #ffc9c9);
	background-image: linear-gradient(to bottom, #ffffff, #ffc9c9);
}

label span{
    width: 100%;
}

label.error{
    color: #c00;
    float:left;
}

#orcamentoform .fim{
    color: #999;
    pointer-events: none;
	vertical-align:middle\9;
}

#orcamentoform .botao{
	height:32px;
	width:200px;
	cursor:pointer;
        display:block;
        float:right;
        clear:both;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: -moz-linear-gradient(top, #78aa6b, #4d873d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78aa6b), to(#4d873d));
	background-image: -webkit-linear-gradient(top, #78aa6b, #4d873d);
	background-image: -o-linear-gradient(top, #78aa6b, #4d873d);
	background-image: linear-gradient(to bottom, #78aa6b, #4d873d);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	color:#fff;
	*border:none;
	*background:#e6e6e6;
	*color:#444;
	color:#444\9;
	background:#e6e6e6\9;
}


#orcamentoform .botao:hover{
    opacity: 0.8;
	*color:#666;
    color: #666\9;
	background:#e6e6e6\9;
}

#orcamentoform .botao.corrigir{
        display:block;
	margin:20px auto;
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image: -o-linear-gradient(top, #ccc, #aaa);
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	color:#6a6a6a;
}

#orcamentoform div input.ano{width:74px;}

#orcamentoform div input.quantia{width:94px;}

#orcamentoform div input.inicio, #orcamentoform div input.fim{width:78px; vertical-align:middle\9;}

#orcamentoform div input.diametro{width: 132px;}

#orcamentoform .remover_anilha{
    width:16px;
    height:16px;
    opacity: 0;
    display: inline-block;
    margin-top: 30px;
}

#orcamentoform .controles_anilhas{
    float:right;
    width:325px;
    clear: both;
	*clear: none;
}

#orcamentoform .adicionais{
	height:26px;
	width:155px;
	margin:10px 0 10px 5px;
        float:left;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#444;
	font-size:14px;
	padding-top:6px;
	background-image: -moz-linear-gradient(top, #bbe5b0, #92bf86);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbe5b0), to(#92bf86));
	background-image: -webkit-linear-gradient(top, #bbe5b0, #92bf86);
	background-image: -o-linear-gradient(top, #bbe5b0, #92bf86);
	background-image: linear-gradient(to bottom, #bbe5b0, #92bf86);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	*background:#e6e6e6;
	background:#e6e6e6\9;
	vertical-align:middle;
}

#orcamentoform .adicionais:hover{
	background-image: -moz-linear-gradient(top, #97c68b, #6da25f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1f3c8), to(#6da25f));
	background-image: -webkit-linear-gradient(top, #97c68b, #6da25f);
	background-image: -o-linear-gradient(top, #97c68b, #6da25f);
	background-image: linear-gradient(to bottom, #97c68b, #6da25f);
	color:#fff;
	*color:#888;
	color:#888\9;
}

#revisar{
    float:left;
    width: 100%;
    clear: both;
    display: none;
}
#revisar p{
    margin: 5px 0;
    font-size: 0.95em;
    color:#9a9a9a;
}
#revisar p span{
    margin-left: 10px;
    color:#444;
}
#revisar .descricao{
    margin-bottom: 30px;
    color:#666;
    float:left;
}
#revisar .box_anilha{
    width: 33%;
}

.load{
    height: 52px;
    visibility: hidden;
}
.load img{
    height: 28px;
    margin-top: 20px;
    float: left;
}
.load span{
    font-size: 12px;
    margin:30px 0 0 10px;
    float: left;
}