/*
  13/04/2009
  Kobox
  Autor: Roberto Herrero
  http://www.indomita.org
  Copyright (c) 2008 Roberto Herrero
  Contacto: indomita@indomita.org

*/

#chat{
	background: url('background.png') top right no-repeat;
}

.mi-chat{ border: 2px dashed #990000;}

#chat-tipo{
	padding-left: 400px;
}


a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}

.tcenter {
	text-align: center;
}