/* CSS Document */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */




.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#boxcontato {
/*  	background: url("../img/form_bg.gif") no-repeat scroll 0 0 transparent;*/
	background: url("../img/form.jpg") no-repeat scroll 0 0 transparent;
    height: 368px;
    margin-left: 8px;
    margin-top: 56px;
}
#boxform {
  background:url(../img/contato_bg.gif); display: none;
  width: 419px; height: 430px;
  left: 50%; top: 50%;
  margin-left: -210px;
  margin-top: -215px;
  position: absolute;
  z-index: 99;
}
#boxform form { /*margin: 8px 8px 8px 26px;*/ float:left; padding:0px; }
#boxform[id] { position: fixed; }

#boxform #bfheader { float: left; padding: 25px 0 0 25px;}
#boxform #btfechar { float: right; padding: 25px 25px 0 0 ;}

#boxform .inv{
	/*opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)*/
	background:transparent;
	border:none;
}
#boxform .nome { 
	color: #666666;
    float: left;
    margin-left: 29px;
    margin-top: 31px;
    width: 344px;
	}
#boxform .email {
	margin-left: 29px;
    margin-top: 46px; 
	width: 344px; 
	color: #666;}

#boxform .combo {    
    border: 1px none #FFFFFF;
    color: #666666;
    float: left;
    margin-left: 22px;
    margin-top: 44px;
    padding: 0;
    width: 352px;	
	}
#boxform .email { margin-top: 45px;  }
#boxform .mensagem{ 
    color: #666666;
    float: left;
    height: 88px;
    margin-left: 20px;
    margin-top: 40px;
    padding: 6px;
    width: 349px;
	}
#boxform .btsubmit { float: right; float: right;
    margin-right: 26px;
    margin-top: 17px;}

#boxform input.erro, #boxform textarea.erro { color: red; }



