@charset "utf-8";
#minimensajes {
	background-color: #f3f5f5;
	background-image: url(../images/minimensajes_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom:10px;
	color:#333333;
	width:340px;
	border:solid 1px #878e96;
	padding:10px;
}
#mensajes_send {
	border:solid 1px #ff331d;
	background-color:#ffd1cc;
	background-image:url(../images/mensajes_bg.jpg);
	background-repeat:repeat-x;
	width:340px;
	padding:10px;
	color:#333333;
	margin-bottom:10px;
}
