body
{
    background-color:rgb(50, 50, 60);
}

#divMain
{
    width: 320px; 
    text-align: center;
    vertical-align: middle; 
    margin: auto; 
}

#divTest
{
    background-color: rgb(108,108,108);
}

.logoNilSmall
{
    height: 68px;
    width: 181px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    background-image: url(../Images/logo.png);
    background-repeat:no-repeat;
}
        
.resultValue
{
    font: 20px "Lucida Grande";
    font-weight: bold;
    color: white;
    text-align: center;
    height:64px;
    background: url(../Images/widgetBack.png) repeat-x 0px 0px;
}
        
.resultTitle
{
    font: 18px "Lucida Grande";
    font-weight:normal;
    color: white;
    width: 100px;
    height:64px;
    background: url(../Images/widgetBack.png) repeat-x 0px 0px;
}
        
.resultSuffix
{
    font: 16px "Lucida Grande";
    font-weight:normal;
    color: white;
    width: 80px;
    height:64px;
    background: url(../Images/widgetBack.png) repeat-x 0px 0px;
}
        
.buttonTest
{
    font: 18px "Lucida Grande";
    font-weight:normal;
}