body{
	height: 350px;
	background-color: #fafafa;
}
h1{ 
	margin: 5px 0 5px 10px;
	font: 3em "Century Gothic", serif;
	color: #000;
	letter-spacing:  -0.05em;
	clear: both;
}
h2{
	margin: 10px 0 10px 15px;
	font-size: 1.4em;
	color: #000;
}
h3{
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 1.15em;
	color: #000;
}
form ul{
	margin-left: 0;
}
ul li{
	margin: 5px 0;
}
.blue{
	color: #00f;
}
.black{
	color: #000;
}
.gray{
	color: #5A5A5A;
}
.parag{
	 margin-left: 15px;
}
#form_chat{
	padding: 0 15px;
}
#form_chat input{
	vertical-align: middle;
}
#form_msg{
	position: absolute;
	bottom: 5px;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
#form_msg input, #form_msg a{
	vertical-align: middle;
}
#conversa{
	position: absolute;
	bottom: 32px;
	left: 5px;
	height: 310px;
	right:  5px;
	overflow: auto;
}
input[type="text"], input[type="password"], select, textarea, #conversa{
	border: 1px solid #333333;
	background-image: none;
	background-color: #efefef;
}
input[type="submit"], input[type="button"]{
	height: 22px;
	width:  75px;
}
#mensagens{
	list-style-type: none;
	padding-left: 5px;
	width: 520px;
}
#mensagens li{
	margin: 4px 0;
}
.erro{
	clear: both;
}
#rodape{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
    background-image: none;
    background-color: #e3c844;
	/*background: #FFF  url(../img/ly/chat-bg.png) repeat-x center top;*/
	padding: 5px;
	text-align: left;
	border-top: 1px solid #474951;
}
#rodape p{
	padding-left: 5px;
}
#rodape a{
	text-decoration: none;
	color:  #000;
}
#rodape a:hover{
	text-decoration: underline;
}
#rodape img{
	vertical-align: middle;
	margin-right: 5px;
}
#sair{
	position: absolute; 
	bottom: 70px; 
	left: 15px;	
}
#chaters{
	padding-left: 15px;
	margin-top: 20px;
}
#chaters ul{
	padding-left: 15px;
	list-style-type: circle;
}
#chaters div.erro{
	margin-left: 0;
	margin-top: 25px;
	width: 96%;
}
#chaters em{
    color: #333333; 
}
#bt_topo{
	position: absolute;
	top: 5px;
	right: 5px;
	list-style-type: none;
}
#bt_topo li{
	float: left;
	margin: 0 3px;
}
#dpto_outros{
	padding-left: 25px;
	margin-top: 10px;
}
#dpto_outros input[type="submit"]{
	margin-top: 5px;
}
#som{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
