html,body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
}
a{
	color: #069;
	text-decoration: none;
}
a:hover{
	color: #069;
	text-decoration: underline;
}
h4,h2,h3,form{
	padding: 0px;
	margin: 0px;
	display: block;
}
#borda_site{
	position: relative;
}
#borda_login{
	position: relative;
}
#rodape{
	border-top: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	color: #555;
}
#topo{
	padding: 15px;
	border-bottom: 1px solid #CCC;
}
#borda_form{
	padding: 15px;
	margin: 25px;
	border: 2px solid #BBE9FF;
	background-color: #EAF9FF;
	width: 270px;
}
#borda_form label{
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}	
#username{
	display: block;
	margin-bottom: 10px;
	width: 150px;
}
#login{
	margin-top: 10px;
	display: block;
	width: 70px;
}
#totalonline{
	/* position: absolute;
	left: 360px;
	top: 0px; */
	margin-top: 25px;
}
#totalonline h4{
	font-weight: normal;
	font-size: 12px;
}
#totalonline div{
	height: 170px;
	width: 250px;
	overflow: auto;
	margin-top: 10px;
}
#totalonline div p{
	display: block;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #069;
	background-color:#90EE90;
}
h2{
	font-size: 16px;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #069;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
#termos{
	margin: 25px;
	border: 2px solid #DDD;
	padding: 10px;
	background-color: #F9F9F9;
	display: none;
}
#termos h3{
	font-size: 16px;
	font-weight: normal;
}
#erro{
	margin-top: 15px;
	font-weight: bold;
	color: #990000;
}
.banido{
	margin: 50px;
}
.rooms-container h3{
	margin-top: 20px;
}
#rooms ul{
	padding: 0;
	margin: 0;
}

#rooms ul li{
	list-style: none;

	margin-top: 1px;
}
#rooms ul li a{
	padding: 10px 5px;
	background-color: #dddddd;
	display: inline-block;
	width: 100%;
}
#rooms ul li.current-room a{
	background-color: #cc3737;
	color: white;
}
.login_register{
	top:5px;
	height: 70px;
	text-align: center;
	position: relative;
	margin-left: 10px;
}
.login_register a{
	float: left;
	display:block;
	height: 80px;
	background-repeat: no-repeat;
	padding: 5px;
	margin-bottom: 20px;
	padding-top: 55px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	margin-left: 5px;
	width: 100px;
	border-radius: 5px;
}

.login_register a:hover{
	border: 1px solid #CCC;
	color: #333;
}