﻿.headerleft a img
{
    width: 225px;
    height: 58px;
    padding-left: 15px;
    padding-top: 45px;
}
.headersection
{
    background: url(../images/headerbgvm.jpg) no-repeat;
}
.maincontent
{
    background: url(../images/mapbgvm_lt4.jpg) repeat-y;
}
.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    filter: alpha(opacity=100);
    mozopacity: 1;
    opacity: 1;
    background-color: white;
    border: solid 2px black;
    padding: 4px;
    position: absolute;
    top: 100px;
    left: 40%;
}
.headerright img
{
    height: 57px;
}
