div#chat {
	width:100%;
	padding:5px;
}

div#chatarea {
	height: 400px;
	width: 100%;
	overflow: auto;
	padding: 8px;
	margin-bottom: 30px;
	border: 1px solid #dfdfdf;
}

div#columna_1_chat {
	width: 637px;
	padding-right: 20px;
	background: url('../imagenes/lineas.gif') repeat-y right;
	float: left;
	padding-bottom: 20px;
}

div#columna_2_chat {
	width: 200px;
	padding-left: 20px;
	float: left;
}

.comentarios_chat {
	width:80%;
	padding:10px;
}

.comentarios_chat span{
	font-weight:bold;
}

.comentarios_chat img{
	float:left;
	padding: 5px;
	border: dashed 1px #eee;
	margin-right: 10px;
}

div.hr_chat {
	background: url('../imagenes/lineas.gif') repeat-x;
	height: 10px;
	border: none;
	width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.frominput{
	height:30px;
	width:490px;
	border: #CCCCCC solid 1px;
	font-size:20px;
	color:#999999;
	float:left;
}