/*Chat*/
#header-chat {
	 width:150px;
	 color:#FF00FF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
border-top:2px solid #FF00FF;
margin:5px 0 0;
}

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

#chatoutput ul li {
	font-size:1.2em;
	margin:0px;
	color:#666;
	line-height: 120%;
	margin-bottom:4px;
}

#chatoutput ul li span.name {
	display: block;
	font-weight: bold;
	font-size:1em;
	color: #FF00FF;
}

#chatForm label {
	color: #white;
	display: block;
	margin-top:2px;
	font-weight: bold;
}

#chatoutput {
	text-align: left;
	width:150px;
    height:146px;
    overflow:auto;
	font: 62% arial;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#name{
width:135px;
border:1px solid #FF00FF;
color:#000;
background:transparent;
}
#chatbarText{
width:135px;
border:1px solid #FF00FF;
color:#000;
background:transparent;
}
#chatForm{
margin:0 0 0 5px;
}
#header-chat input {
font-size:11px;
}
#submit{
margin:5px 0 0 0;
background:url(../img/boton.jpg);
width:63px;
height:10px;
border:0;
}
