div.Erro
{
	width: 100%; 
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	background-color: #ffffff;
	background-image: url(img/err_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: relative;
}

div.Erro h6
{
	height: 31px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 1.3em;
	text-indent: 30px;
	background-color: transparent;
	background-image: url(img/err_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

div.Sucesso
{
	width: 100%; 
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	background-color: #ffffff;
	background-image: url(img/suc_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: relative;
}

div.Sucesso h2
{
	height: 31px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 1.3em;
	text-indent: 30px;
	background-color: transparent;
	background-image: url(img/suc_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

table.rootHeaderNoImage{border-collapse:collapse;margin-top:15px;margin-bottom:10px}
td.left{width:08px;height:35px;background:url(img/rootTAHeaderLeft.png) no-repeat}
td.middle{width:700px;height:35px;background:url(img/rootTAHeaderMiddle.png) repeat-x;font-size:13px;font-weight:bold;color:#ffffff}
td.right{width:17px;height:35px;background:url(img/rootTAHeaderRight.png) no-repeat}
.headerLink:visited{text-decoration:none;color:#fff !important;display:block;width:100%;padding-top:7px;padding-bottom:7px}

.Submit 
{
	background-image: url(img/gradient_0.gif);
	border: 1px solid green;
	height: 20px;
}

.Direita
{
	text-align: right;
	padding-right: 6px;
}

div.atencao 
{
	width: 80%;
	margin: 10px auto;
	border: 1px solid #f9ffa8;
	background: #fff url('img/att_bg.jpg') repeat-x;
	font-size: 0.9em;
	padding: 5px 5px 15px 5px;
	position: relative;
}

div.atencao h6 
{
	height: 31px;
	margin: 5px 0 -5px 10px;
	padding: 5px 0 0 0;
	font-size: 1.3em;
	text-indent: 30px;
	background: url('img/att_ico.gif') no-repeat;
}