div#destDiv
{
    background: #ffffff url('./../images/preview-lbc.jpg') left bottom no-repeat;
    
    border: 5px #6e6e6e solid;
    padding: 0 0px 15px 0px;
    _padding: 0 0 0 0;
}

.headTitle {         
     font-family: Tahoma;
     font-size: 12px;
     color: #6e6e6e;
     font-weight: bold;
     height: 30px;
     padding: 20px 0 0 20px;     
     text-align: left;
}

.preview-corner
{
    position: absolute;
    top: 0;    
    right: 0;
    _right: -1px;
    width: 20px;
    height: 20px;
    background: url('./../images/preview-rtc.jpg') right top no-repeat;
}

.preview-box
{
    position: absolute;
    top: -31px;
    right: 60px;
    width: 49px;
    height: 31px;
    background: url('../images/preview-box.jpg') left top no-repeat;
}

.imageContainer
{
    position: relative;
    _margin: 0 0 20px 0;    
}

.imageContainer img
{
    border: 10px solid #1A5888;
}

.progressBar {        
    width: 150px;
    height: 25px;
    border: solid;
    border-width: 1px;
    background-color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
}

.bar {
    width: 10px;
    height: 3px;
    background-color: #6E6D72;
    text-align: left;
    position: relative;
    font-size: 1px;
    line-height: 0;    
}

.message {
    padding: 5px 0 0 20px;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    color: #000000;
    margin: 0 auto;
}

