div.messageDisplay 
{
    background-color: #EB0101;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.247), 0 3px 5px rgba(0, 0, 0, 0.247);
    color: #EEEEEE;
    font-family: arial,sans-serif;
    font-size: 82%;
    font-weight: bold;
    left: 50%;
    margin-left: -200px;
    opacity: 0.9;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 400px;
    z-index: 1500;
}

div.messageDisplay > p
{
	margin: 5px 0;
}