html {

	margin:0;
	padding:0;
	font-size: 13px;
	color: #333;
	font-family:sans-serif;

}

body {

	margin:0;
	padding:0
        text-align:center;
	font-size: 13px;
	font-family:sans-serif;
	color: #333;

}

h1 {

	font-size: 13px;
	padding-top; 0px;
	margin-top: 0px;
	padding-bottom: 10pt;

}

td {

	padding-top: 2px;
	padding-right: 20px;
	white-space: nowrap;
	font-size: 13px;
        color: #333;
        font-family:sans-serif;


}

img {

	border: 0;

}

#head {

	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;

}

#box {

	position: relative;
	background-color: #c4d2e6;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	min-height: 185px;
	width: 100%;

}

#webmail {

	text-align: left;
	margin: auto;
	width:350px;
	display: block;

}

#mailadmin {

	text-align: left;
	margin: auto;
	width:350px;
	display:none;

}

#foot {

	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;

}

#pronto {

	position:absolute;
	right: 5px;
	bottom: 5px;
	z-index:1;
	width: 81px;
	height: 29px;
	padding-right: 0px;

}

a         { text-decoration: none; }
a:link    { color: #888; }
a:visited { color: #888; }
a:active  { color: #0A268A; border-bottom:1px dotted #0A268A; }
a:hover   { color: #0A268A; border-bottom:1px dotted #0A268A; }

#failureText {

	color: #bb0000;
	padding-top: 10px;
	font-size: 8pt;

}

#nav {

	float:right;
	margin-top:-17px;
	font-size: 11px;

}

#webmailnav, #mailadminnav {

	background-color: #c4d2e6;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	-moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
        border-radius: 4px 4px 0px 0px;
	padding: 4px;
	margin-right: 5px;
}

