﻿body
{
    margin:0;
}
#Headers {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
    z-index: 101;
}
.Boxes
{
    width:390px;
    height:50px;
    margin-top:20px;
    margin-bottom:20px;
    float:left;
    text-align:center;
    vertical-align:middle;
}

.Boxes2
{
    width:140px;
    height:50px;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    vertical-align:middle;
}

.Clear
{
    clear:both;
}

.MessageBox
{
    width: 100%;
    height: 30px;
    background-color: #1c3af2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
    text-decoration: blink;
}

.BlinkText
{
    text-decoration: blink;
}
