body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #FDFEC0 ; 
	margin-top: 4px;
}

p 
{
	text-align: justify;	
}

.external
{
	background-image: url('img/external.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.imagens
{
	border: 1px solid black;

}

pre
{
	font-family: Courier;
	border: 1px solid black;
	background-color: #F5F5F5;
}

.email
{
	background-image: url(img/email.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-position: 97% 50%;
	height: 20px;
	border: 1px solid black;
	padding-right: 30px;
}
.user
{
	background-image: url(img/user.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-position: 97% 50%;
	height: 20px;
	border: 1px solid black;
	padding-right: 30px;
}

div.Erro
{
	/* width: 98%; */
	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 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/att_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

.Sucesso{
	border-bottom: 2px solid green;
	border-top: 2px solid green;
	background-image: url(img/accept.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #E3FFE8;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.UsersOnline
{
	border: 1px solid black;
	font-size: xx-small;	
}
.Samuca
{
	color: Red;
	
}