form#wswtSwitchWindowForm {
    padding-top: 10px;
}

div.wswtPlayerContainer {
    position: absolute;
    display: none;
    width: 255px;
    height: 275px;
    padding: 5px;
    z-index: 1000;
    background-color: white;
    border: 2px solid black;
    cursor: pointer;
}

div.wswtPlayerContainer iframe {
    border: 1px solid grey;
    width: 250px;
    height: 250px;
}

img.wswtPlayerClose {
    float: right;
    margin: 2px;
}

span.wswtPlayerMsg {
    
}