﻿body {
    background-color: #F5F5F5;
}

/* Needed by IE on Windows Mobile to render a zoomable view correctly */
@media (max-width: 767px) and (max-device-width: 580px) {
    @-ms-viewport {
        width: 925px;
    }
}

html,body,.siteform {
    min-width: 925px;
}

#mastercontentcontainer {
    z-index: 2;
    position: relative;
}