.scid-dialog .white-round-shadow {
    position: relative;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -moz-linear-gradient(top,  #ffffff,  #efefef);
    box-shadow: 0 0 6px 2px rgba(221, 221, 221, 1);
    z-index: 1;
	padding: 10px;
}
.scid-dialog .white-round-shadow-tr {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -4px;
    right: -4px;
    z-index: 10;
    background: 100% 0% no-repeat url('images/dialog/shadow-corners.png');
}
.scid-dialog .white-round-shadow-br {
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -4px;
    right: -4px;
    z-index: 10;
    background: 100% 100% no-repeat url('images/dialog/shadow-corners.png');
}
.scid-dialog .white-round-shadow-bl {
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: -4px;
    z-index: 10;
    background: 0% 100% no-repeat url('images/dialog/shadow-corners.png');
}
.scid-dialog .white-round-shadow-tl {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -4px;
    left: -4px;
    z-index: 10;
    background: 0% 0% no-repeat url('images/dialog/shadow-corners.png');
}
.scid-dialog .white-round-shadow-t {
    position: absolute;
    height: 4px;
    top: -4px;
    left: 4px;
    right: 4px;
    z-index: 10;
    background: 0% 0% repeat-x url('images/dialog/shadow-v.png');
}
.scid-dialog .white-round-shadow-b {
    position: absolute;
    height: 4px;
    bottom: -4px;
    left: 4px;
    right: 4px;
    z-index: 10;
    background: 0% 100% repeat-x url('images/dialog/shadow-v.png');
}
.scid-dialog .white-round-shadow-l {
    position: absolute;
    width: 4px;
    left: -4px;
    top: 4px;
    bottom: 4px;
    z-index: 10;
    background: 0% 0% repeat-y url('images/dialog/shadow-h.png');
}
.scid-dialog .white-round-shadow-r {
    position: absolute;
    width: 4px;
    right: -4px;
    top: 4px;
    bottom: 4px;
    z-index: 10;
    background: 100% 0% repeat-y url('images/dialog/shadow-h.png');
}

.scid-dialog .white-round-shadow .scid-dialog-content {
    color: #333333;
}

.scid-dialog .white-round-shadow .scid-dialog-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
    background: #ffffff 50% 50% no-repeat url('images/dialog/loading.gif');
    opacity: 0.4; 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: none;
}

.scid-dialog .white-round-shadow div.tabs {
    height: 19px;
    background: #d2d2d2;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.scid-dialog .white-round-shadow div.tabs a {
    display: block;
    width: auto;
    float: left;
    padding: 0 10px;
    height: 19px;
    line-height: 19px;
    background: 0% 50% no-repeat url('images/dialog/tabs-break.gif');
    margin-right: -1px;
}
.scid-dialog .white-round-shadow div.tabs a:first-child {
    background: none;
}
.scid-dialog .white-round-shadow div.tabs a:hover {
    background: #dddddd 0% 50% no-repeat url('images/dialog/tabs-break.gif');
}
.scid-dialog .white-round-shadow div.tabs a:first-child:hover {
    background: #dddddd;
}
.scid-dialog .white-round-shadow div.tabs a.tab-selected {
    background: #ffffff !important;
    text-decoration: none;
    cursor: default;
    height: 20px;
    position: relative;
}
.scid-dialog div.tab-content {
    display: none;
    padding-top: 10px;
}