#dialog_fuzzback {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	background-color: #666;
	opacity: 0.6;
	left: 0;
	top: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#dialog_transback {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1002;
	left: 0;
	top: 0;
}

.dialog_tbl {
    border-collapse: collapse;
    color: white;
	margin: 100px auto;
	opacity: 1.0;
	z-index: 1002;
}

.dialog_tbl td {
    margin: 0;
}

.dialog_t {
    background-image: url("diag_gradient_top.gif");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #292828;
}

.dialog_main {
    background-image: url("diag_gradient_main.gif");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #292828;
}

.dialog_ul {
    background-image: url("diag_fundamental.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 0;
    width: 12px;
    height: 11px;
}

.dialog_ur {
    background-image: url("diag_fundamental.gif");
    background-position: -11px 0px;
    background-repeat: no-repeat;
    padding: 0;
    width: 12px;
    height: 11px;
}

.margin-grad {
    width:12px;
    background-image: url("diag_gradient_main.gif");
    background-position: top left;
    background-repeat: repeat-x;
    height:55px;
}

.dialog_l {
    background-image: url("diag_greendot.gif");
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #292828;
	font-size: 4px;
    padding-left:1px;
    vertical-align:top;
}

.dialog_r {
    background-image: url("diag_greendot.gif");
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #292828;
    vertical-align:top;
}

.dialog_r .margin-grad {
    width:10px;
}

.dialog_ll {
    background-image: url("diag_fundamental.gif");
    background-position: 0px -60px;
    background-repeat: no-repeat;
    padding: 0;
    width: 12px;
    height: 13px;
}

.dialog_lr {
    background-image: url("diag_fundamental.gif");
    background-position: -11px -60px;
    background-repeat: no-repeat;
    padding: 0;
    width: 12px;
    height: 13px;
}

.dialog_b {
    background-image: url("diag_greendot.gif");
    background-position: bottom left;
    background-repeat: repeat-x;
    background-color: #292828;
}
