.SWindow
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    /*height: 302px;*/
    /*background-color: #0A4AF5;*/
    background-color: #FFFFFF;
    border: 1px solid black;
    border-top: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
    border-right: 3px solid #666666;
    border-bottom: 3px solid #666666;
    display: none
}

.titlebar
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 23px;
    width: 596px;
    /*background-image: url( "/res/images/titlebar_winxp.jpg" );*/
    background-color:#A3C6ED;
    /*color: #ffffff;*/

    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    padding: 2px;
    text-align: left
}

.closebox
{
    position: absolute;
    right: 1px;
    top: 1px;
    background:transparent;

}

.barTitle
{
    /*padding-left: 3px*/
}

.contentFrame
{
    position: absolute;
    top: 22px;
    left: 0px;
    /*height: 272px;*/
    width: 600px;
    background-color: red;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;/*visible*/
}

.dialogContent
{
    font: 11px tahoma,verdana,sans-serif;
}

.dialogContent1
{
    font: 12px tahoma,verdana,sans-serif;
    color: #05232E;
}
