﻿.dialog
{
    z-index: 10;
    color: #222222;
    font-size: 12px;
    font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica, sans-serif;
    position: absolute;
    width: 350px;
    height: auto;
    background-color:Transparent;
}

.sb-inner
{
    background: #f0f0f0;
}
.sb-shadow
{
    background: black;
}
.sb-border
{
    background: gray;
}

.CallOut
{
    z-index:4000;
    position:relative;
}

.ModalPopUpBackGround
{
    background-color:#000000;
    filter:alpha(opacity=60);
    opacity:0.6;    
}


