 img, div, input, td { behavior: url("iepngfix.htc") }

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  font-size:11px;
  overflow:scroll;
}
#TB_overlay *{
	font-size:11px;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	font-size:11px;
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

td.hPContent h5{
	font-size:11px;
	float:left;
	height:38px;
	line-height:38px;
	position:relative;
	top:3px;
	color:#666;
}

td.hPContent a{
	float:right;
	display:block;
	background:url(img/popUp_header_close.gif) no-repeat;
	width:27px;
	height:27px;
	text-indent:-9999px;
	position:relative;
	top:8px;
	cursor:hand;
	cursor:pointer;
}

table.popContent{
	width:100%;
	font-size:11px;
	text-align:left;
}

td.cPContent p, td.cPContent label, td.cPContent input, td.cPContent textarea, td.cPContent select, td.cPContent li{
	color:#333333;
}

/*// FORMULARIOS //*/

.iform p{
	font-size:11px;
	margin:0;
	width:100%;
	clear:both;
	border-top:#FFF 6px solid;
}

.iform label{
	font-weight:bold;
	font-size:11px;
}

.iform ul{
	background:#E11318;
	padding:8px 0 8px 0;
	margin-top:8px;
}

.iform ul li{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	list-style:none;
	text-indent:20px;
}

.iform em{
	font-size:10px;
	margin:0 4px 0 4px;
	color:#666;
}

.iform em.required{
	font-size:20px;
	position:relative;
	top:4px;
	font-weight:bold;
	color:#FF0000;
}

.iform input{
	font-size:11px;
	height:20px;
	width:360px;
	line-height:20px;
	border:#CCC 1px solid;
	border-right:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
	float:left;
}

.iform input.mForm{
	width:280px;
}

.iform input.tForm{
	width:160px;
	margin-right:30px;
}

.iform label.lForm{
	margin-left:35px;
}

.iform input.uForm{
	width:160px;
}

.iform input.sForm{
	font-size:11px;
	width:50px;
	margin-left:20px;
}

.iform label.mLab{
	font-size:11px;
	margin-left:90px;
}

.iform select{
	font-size:11px;
	height:20px;
	width:360px;
	line-height:20px;
	border:#CCC 1px solid;
	border-right:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
	float:left;
}

.iform textarea{
	font-size:11px;
	height:70px;
	width:360px;
	border:#CCC 1px solid;
	border-right:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
	float:left;
}

.iform p.radioGroup input{
	font-size:11px;
	border:none;
	width:12px;
	height:12px;
	position:relative;
	top:1px;
}

.iform p.radioGroup em{
	font-size:12px;
	margin:0 40px 0 4px;
	height:12px;
	line-height:12px;
	float:left;
}

.iform p.botao input{
	font-size:11px;
	background:#888;
	border:#EDEDED 2px solid;
	width:120px;
	height:24px;
	line-height:18px;
	float:right;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}
