form {
    margin: 0;
    padding: 0;
}

div.wiShadow_Container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    margin: 0 auto;
    background:#ffffff;
    padding: 0;
    text-align: left;
    font: 11px/16px Tahoma, sans-serif;
    overflow: hidden;
}

div.wiShadow_Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000000;
    opacity: .60;
}


div.desktopVideo {
    width: 700px;
    height: 565px;
    z-index: 10000;
}

#videoPlayer {
    z-index: 10000;
}



a.wiShadow_Close {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
}

a:hover.wiShadow_Close {
}


h1.wiShadow {
    font: 11px/16px Tahoma, sans-serif;
    font-weight: bold;
    color: #0098a9;
    margin-bottom: 8px;
    width: 95%;
}

span.Spacer2 {
    line-height: 10px;
    height: 10px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

