/* 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 (via jqModal.js). */
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

.jqmOverlay {
	background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth +     'px');
	height: expression(this.parentNode.offsetHeight +     'px');
}

/* 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' );
}

div.jqmNotice .jqResize {
	background: transparent url(../imagens/resize.gif) no-repeat scroll 0 0;
	bottom: 2px;
	height: 16px;
	position: absolute;
	right: 2px;
	width: 16px;
	cursor: se-resize;
}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */
div.jqmNotice {
	background:transparent url(../imagens/bgModal.png) repeat scroll 0 0;
	border: 1px solid #000000;
	display: none;
	height: 270px;
	padding: 0;
	position: relative;
	width: 412px;
}

div.jqmNotice form {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
float:left;
font-size:11px;
margin:7px;
padding:15px;
width:369px;
height:203px;

}
.validate input{
background:transparent url(../imagens/fundoCampos.gif) repeat-x scroll center bottom;
border:1px solid #CDCDCD;
color:#333333;
font-family:"Arial",Helvetica,sans-serif;
font-size:11px;
margin-bottom:1px;
padding-left:2px;

}

.validate textarea{
	background-color:#FFFFFF;
background-image:url(../imagens/fundoCampos.gif);
background-position:center bottom;
background-repeat:repeat-x;
border:1px solid #CDCDCD;
color:#333333;
font-family:"Arial",Helvetica,sans-serif;
font-size:11px;
margin-bottom:1px;
padding-left:2px;
margin-left:60px;
}

.validate .campo {
	
	margin-bottom: 9px;
	width: 360px;
}

.campo select {
	width: 117px;
}

.validate .bt_enviar {
	float: left;
	margin-bottom: 9px;
}

.jqmnTitle {
	background:#55BD07 none repeat scroll 0 0;
color:#FFFFFF;
cursor:move;
font-weight:bolder;
height:20px;
margin:0;
padding-top:3px;
text-align:center;
}

.jqmnTitle h1 {
	margin: 5px 0;
	padding-left: 5px;
	width: 100%;
	font-size: 10px;
	color: #FFFFCC;
	background-color: #505050;
	cursor: pointer;
}

div.jqmNotice .jqmClose {
	background: transparent url(../imagens/close_icon.png) no-repeat scroll
		0 0;
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: 4px;
	top: 6px;
	width: 15px;
}

.jqmnContent {
	border-top: 1px;
	color: #000;
	font: 12px/ 18pt Comic Sans, Comic Sans MS, cursive;
	
}

#resposta {
	color: #006600;
	float: left;
	margin-left: 10px;
}


.de {
	font-weight:bolder;
	font-size:13px;
}

#ajax_loader{
	background: url('../imagens/ajax-loader.gif') no-repeat;
	padding-left:18px;
	float:left;
	height:20px;
}

	

