/* CSS Document */
 
form, p, span {
	margin:0;
	padding:0; }
 
input { font:12px arial; }
 
a {
	color:#0000FF;
	text-decoration:none; }
 
	a:hover { text-decoration:underline; }
 
#wrapper, #loginform {
	width:550px;}
#wrapper
{
	margin: 100px 0 0 0px;
}
 
#loginform { padding-top:18px; }
 
	#loginform p { margin: 5px; }
 
#supra-chatbox
{
	width: 560px;
	padding: 36px 18px;
	height: 261px;
	background: url(/images/chatbox.png) top center no-repeat;
} 
 
#chatbox {
	color: #333;
	text-align:left;
	margin:0 auto;
	margin-bottom:25px;
	height:255px;
	width:545px;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	overflow:auto; }
	
#send-chat,
#loginform
{
	width: 546px;
	height: 27px;
	padding: 35px 25px;
	background: url(/images/sendchat.png) top center no-repeat;
}
#loginform
{
	color: #fff;
	margin-top: 125px;
	padding: 15px 25px;
	height: 67px;
	margin-left: 40px;
	font: normal 12px/16px Tahoma;
}
#loginform #note
{
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
	color: #a4d0e8;
}
#loginform p
{
	margin: 0 0 10px;
	padding: 0;
}
#send-chat input
{
	padding: 2px;
	border: 1px solid #b4dced;
}
#send-chat input#submit_post
{
	padding: 0 !important;
	background: none;
	color: #fff;
	font-weight: bold;
	border: 0 !important;
}
 
#usermsg {
	width:395px;
	border:1px solid #ACD8F0; }
 
#submit { width: 60px; }
 
.error { color: #ff0000; }
 
#menu
{
	margin: 35px 0px 10px;
}
.welcome 	{ float:left; }
.logout		{ float:right; }
 
.msgln { margin:0 0 2px 0; }

.administrador,
.me		{	font-weight: bold !important;	} 
.administrador	{	color: #18a7e3 !important; }
.me		{	color: #8ac000 !important; }
.user
{
	font-weight: bold !important;
	text-transform: lowercase !important;
}
.date
{
	display: none;
	visibility: hidden;
	color: #999 !important;
	font-size: 11px;
}
.logout #exit
{
	color: #c00;
}