.modal_loading
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.70;
}

.modal_fundo
{
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.60;
}

.modal_conteudo
{
	border: 1px solid #DFDFDF;
	background: #F8F8F8 url(../images/modal/ico_title.jpg) repeat-x top;
}
.modal_conteudo .titulo_informacao
{
	background: url(../images/modal/ico_title_info.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_informacao h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
.modal_conteudo .titulo_confirmacao
{
	background: url(../images/modal/ico_title_confirm.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_confirmacao h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
.modal_conteudo .titulo_erro
{
	background: url(../images/modal/ico_title_error.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_erro h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
.modal_conteudo .titulo_atencao
{
	background: url(../images/modal/ico_title_confirm.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_atencao h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
.modal_conteudo .titulo_sucesso
{
	background: url(../images/modal/ico_title_sucess.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_sucesso h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}

.modal_conteudo .conteudo
{
	margin: 0px;
	padding: 0px 10px 10px 50px;
}
.modal_conteudo .conteudo p
{
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
.modal_conteudo .titulo_atencao
{
	background: url(../images/modal/ico_title_alert.jpg) no-repeat;
	height: 41px;
}
.modal_conteudo .titulo_atencao h3
{
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 50px;
}
.modal_conteudo .botoes
{
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
