body {
        margin:0px;
        padding:0px;
        background-color:#FFFFFF;
}
div#container {
        width: 200px;
        height: 350px;
        margin-left: -100px;
        margin-top: -180px;
        position: relative;
        left: 50%;
        top: 50%;
        position: absolute;
        font-family: Verdana;
        font-size: 10px;
        font-weight: none;
        color: #555555;
}
div#logo {
        width: 200px;
        height: 105px;
        position: relative;
        top: 0px;
}
div#message {
        width: 200px;
        height: 10px;
        font-family: Verdana;
        font-size: 9px;
        font-weight: none;
        color: #BE0027;
        text-align: center;
        margin-top: 10px;
}
div#contacts {
        width: 200px;
        position: relative;
        margin-top: 15px;
}
ul{
        margin: 0px;
        padding: 0px;
}
li {
        list-style: none;
        height: 43px;
        vertical-align: top;
}
li#button {
        text-align: center;
}
.cInput {
        border: 1px solid black;
        color: #555555;
        font-family:Verdana;
        font-size:10px;
        font-weight: normal;
        background-color: white;
        width: 196px;
        margin-top: 3px;
}
.cButton {
        border: 1px solid black;
        color: #555555;
        font-family:Verdana;
        font-size:10px;
        font-weight: normal;
        background-color: white;
        width: 101px;
        margin-top: 55px;
}