div#errors
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}

div.error
{
        color: red;        
}

div#errors
{
        background-color: #3A113E;
        color: white;
        border: 1px dotted #004F50; 
        cursor: pointer;
        pointer: hand;
}

div#messages
{
        background-color: white;
        border-left: 1px dotted #3A113E;
        border-right: 1px dotted #3A113E;
        border-bottom: 1px dotted #3A113E;         
        display: none;
        color: #3A113E; 
}

div#messages h3
{
        padding-bottom: 3px;
        border-top: 1px dotted #3A113E;        
        font-size: 12px;
}