﻿.systemmessages
{
    width: 500px;
    font-family: Verdana;
    font-size: 10px;
    height: 33px;
    overflow: auto;
    border-style: none;
    border-width: 1px;
    border-color: Yellow;
    color: #000000;
    margin: 9px 0px 0px 22px;
    padding: 0px 0px 0px 0px;
}

#RecentMapRankChanges
{
    position: absolute;
    display: block;
    top: 12px;
    left: 425px;
    color: blue;
    font-family: Verdana;
    font-size: 10px;
    z-index: 200;
}

.error
{
    color: Red;
    font-family: Verdana;
    font-size: 10px;    
}

.win
{
    color: Green;
}

.loose
{
    color: Red;
}