﻿body{margin:0px;font-family: Arial,'Trebuchet MS';}

.modal
{
	/* position:absolute; */
	border-width: 1px;
	border-style: solid;
	border-color: #82000A;
	display: block;
	padding: 1px;
	z-index: 100001;
	top: 50px;
	left: 0px;
	background-image: url(../images_modal/back_modal.png);
	background-repeat: repeat;
}

.msg_alert
{
	width: 350px;
	height: 90px;
	background-image: url(../images_modal/alert-erro-background.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #AA2B2B;
	vertical-align: top;
}

.msg_alert .num_solicitacao
{
	font-weight: bold;
	color: #000;
	font-size: 12px;
	font-family: Arial, 'Trebuchet MS';
	text-align: center;
}


.msg_button_close
{
	width: 100%;
	text-align: right;
	height: 35px;
}

.button_close
{
	width: 20px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	font-size: 1px;
	color: #ffffff;
	height: 20px;
	cursor: pointer;
}

.msg_right
{
	width: 350px;
	height: 90px;
	background-image: url(../images_modal/alert-correto-background.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #547e29;
	vertical-align: top;
}

.msg_right .num_solicitacao
{
	font-weight: bold;
	color: #000;
	font-size: 12px;
	font-family: Arial, 'Trebuchet MS';
	text-align: center;
}