body {
	font-family: helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 0.8em;
	text-align: left;
}

#header {
	background:url(images/head.png) repeat-x left bottom;
	padding-bottom: 5px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 0px;
	text-align: left;
}
.entrando {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}

.botao_entrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	display: block;
	width: 250px;
	border: 1px outset #000000;
	background-image: url(../img/fundo_topo25.png);
	background-repeat: repeat-x;
}


#credit {
	float:right;
	color:#567B9B;
	line-height: 130%;
	background:url(images/logo.png) no-repeat left top;
	padding-left:85px;
	height: 100px;
}

#credit h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0.3em;
}

#credit p {
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}

#credit a, #credit a:visited  {
	color:#567B9B;
}

input {
	margin-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2 {
	display: none;
}

h3 {
	font-size: 1em;
	color: #FFD039;
	font-weight: bold;
	padding: 0px;
	margin:1.5em 0px 0.5em 0px;
}

#description p {
	color: #DDE2F2;
	font-size: 1em;
	width: 10px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background-color: #990000;
}

#description a, #description a:hover, #description a:visited {
	color: #FFF;
}

#description a:hover {
	color: #F0F2CA;
}

#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
	overflow: auto;
	color: #000000;
}

#chatoutput ul li {
	padding:5px;
	font-weight: normal;
	color:#000000;
	line-height: 150%;
	margin-bottom:5px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
}

#chatoutput ul li span.name {
	display: block;
	background:url(images/bubble.png) no-repeat left;
	padding-left:19px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#chatoutput ul li:hover span.name {
	color: #990000;
	background:url(images/bubblehover.png) no-repeat left;
}

form {
	padding:0px;
	margin:5px;
}

label {
	color: #000000;
	display: inline;
	margin-top:7px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
}

#chatoutput {
	text-align: left;
	margin-right: 5px;
	height: 400px;
}

#description {
	float: right;
	width: 50px;
	padding-right: 10px;
	padding-left: 5px;
	color: #DDE2F2;
	background-color: #990000;
}

#description ul {
	margin:0px;
	padding:0px;
	padding-left: 1.5em;
}

#description ul li {
	margin-bottom: 0.4em;
}
#content {
	height: 400px;
	overflow: auto;
}
#header2 {

	background:url(images/head.png) repeat-x left bottom;
	padding-bottom: 10px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 0px;
}
