#TB_window_alert {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_window_alert .topcorner { background:url(../images/popup/box-corners2.png) top left no-repeat;  width:325px; height:18px; display:block; position:absolute; top:-18px; left:0; z-index:-9999;}

#TB_window_alert .bottomcorner { background:url(../images/popup/box-corners2.png) bottom left no-repeat; width:325px; height:18px; display:block; position:absolute; bottom:-18px; left:0;}

#TB_window_alert .contentAlertError{ padding:10px 0px 20px 25px; } 
#TB_window_alert .contentAlertError span{ font:13px Arial, Helvetica, sans-serif; color:#6a6a6a;} 
#TB_window_alert .contentAlertError ul{ margin:7px 10px 0 10px; list-style-image:none; list-style-position:outside; list-style-type:none;}
#TB_window_alert .contentAlertError ul li{font:11px Arial, Helvetica, sans-serif; color:#f05a0b; background: url(../images/cadastro-erro-validacao-v2.jpg) no-repeat left center; padding:5px 10px;} 

#TB_window_alert .contentAlertError .botaoAlertError{
	float:right;
	width:45px;
	margin:0 45px 0 0;
	}
	
#TB_window_alert .contentAlertError .botaoAlertError .btArrowAlertError{
	background:transparent url(../images/botao-azul-busca-arrow.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:17px;
	margin:0;
	padding:2px 0 1px 12px;
	width:25px;
}

#TB_window_alert .contentAlertError .botaoAlertError .arrow{
	  background:transparent url(../images/botao-azul-busca-arrow.gif) no-repeat scroll right -22px;
	  display:block;
	  float:left;
	  height:20px;
	  margin:0 0 0 -8px;
	  overflow:hidden;
	  padding:0;
	  width:16px;
	}


#TB_window_alert .AlertConteudo { height:auto }

#TB_window_alert a {color: #FFF; text-decoration:none; font:normal 11px Arial, Helvetica, sans-serif;}
#TB_window_alert a:hover { text-decoration:underline;}

#TB_window_alert {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	/*width: 681px;*/
	width: 300px
}

#TB_window_alert .contentAlertError{
	background:url(../images/popup/bg_window2.png) 0 0 repeat-y;
	height:auto;
	/*width: 681px;*/
	width: 300px
	
	}

