﻿.divMessage
{
	background-color: White;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	width: 30%;
	overflow-x: hidden;
	max-height: 60%;
}

.divMessageTitulo
{
    background-image: url('../img/background_barra_blue.png');
    background-repeat:repeat-x;
    background-position: left bottom;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	color: White;
	display: table;
	width: 100%;
}