/* RESET BROWSER STYLES begin */
/* img, div, input { behavior: url(iepngfix.htc) } */

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table { border-collapse:collapse; border-spacing:0; }
img { border:0; }

q:before,q:after { content:''; }
abbr,acronym { border:0; }
:focus { outline:0; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
form { border:0; }

/* RESET BROWSER STYLES end */

/* GLOBAL PAGE STYLES begin */

body { font:11px/1.2 Arial, Helvetica, sans-serif; color:#000; background:#fff; padding:0; margin:0; }

a:link, a:visited { color:#bd0ac1; text-decoration:underline; }
a:hover, a:active { text-decoration:none; }

.floatL { float:left!important; }
.floatR { float:right!important; }

.clr { clear: both; }
.clrL { clear: left; }
.clrR { clear: right; }
.clear-both { clear:both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.DisplayOn { }
.DisplayOff { display:none; }
.VisibleOn { visibility:visible; }
.VisibleOff { visibility:hidden; }

.Center { text-align:center; }

/* GLOBAL PAGE STYLES end */


/* FORMULARIO ORCAMENTO */
body#FormOrcamento { margin:0; padding:5px; }
form#orcamento { display:block; }
fieldset { width:90%; margin:0 0 0 10px; }
fieldset legend { font-size:13px; font-weight:bold; margin-bottom:10px; }
table.Orcamento { width:100%; border:0; font-family:Arial, Helvetica, sans-serif; }
table.Orcamento td { padding:5px; }
table.Orcamento td span.warning { color:#F00; font-size:14px; font-weight:bold; }
table.Orcamento td.Label { text-align:right; color:#006699; font-weight:bold; }
table.Orcamento td.Label label { cursor:pointer; }
table.Orcamento td.Input { text-align:left; }
table.Orcamento td.Input input,
input.Input { padding:2px 3px; border:1px solid #000; font-size:11px; }
table.Orcamento td.Input textarea { padding:2px 3px; border:1px solid #000; font-size:11px; font-family:Arial, Helvetica, sans-serif; }

table.Orcamento td input.OrcamentoSubmit { background:#fff; cursor:pointer; }

div.OrcamentoImage { position:absolute; padding:0px 0 0 70px; }
div.OrcamentoTable { position:relative; margin:0px 0 0 0; }

.bg-form-aquario { /*background-attachment:fixed;*/ background-image:url(../images/imagem_form_orcamentos.gif); background-repeat:no-repeat; background-position:center center; }



