/*------------------This is for the old version 'show Sample and show Test'--------------*/
.ui-dialog .ui-dialog-titlebar {
    background: url("bg.gif") repeat-x scroll left top white !important;
    border-bottom: 1px solid #CCCCCC;
    border-bottom-left-radius: 0;
    border-color: #FFFFFF #FFFFFF #CCCCCC;
    font-size: 18px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
}
.ui-dialog .ui-dialog-title {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}
#testdiv{
    border-right: 3px #0066CC ridge;
    border-left: 3px #0066CC ridge;
    border-top: 3px #0066CC ridge;
    border-bottom: 3px #0066CC ridge;
}

#samplediv{
    border-right: 3px #33CCFF;
    border-left: 3px #33CCFF;
    border-top: 3px #33CCFF;
    border-bottom: 3px #33CCFF;
}