.silver-box .x-panel-body{
    background-color: inherit;
}

.silver-box {
    margin: 0;
    position: relative;
    background-color: inherit;
    background-repeat: repeat-x;
    padding: 10px;
}

.silver-box .right-shadow {
    position: absolute;
    line-height: 30px;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #e6e6e6;
}

.silver-box .bottom-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.silver-box .bottom-shadow .dark {
    height: 1px;
    overflow: hidden;
    background-color: #b3b3b3;
}

.silver-box .bottom-shadow .light {
    height: 1px;
    overflow: hidden;
    background-color: #e6e6e6;
}

.silver-box .corner {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
}

.silver-box .ctl {
    top: 0;
	margin-top: 0;
	margin-left: 0;
    left: 0;
    background: top left no-repeat url(images/ctl.png);
}

.silver-box .ctr {
    top: 0;
	margin-top: 0;
	margin-right: 0;
    right: 0;
    background: top right no-repeat url(images/ctr.png);
}

.silver-box .cbl {
    bottom: 0;
    left: 0;
    margin-top: 0;
	margin-left: 0;
    background: bottom left no-repeat url(images/cbl.png);
}

.silver-box .cbr {
    bottom: 0;
    margin-top: 0;
	margin-right: 0;
    right: 0;
    background: bottom right no-repeat url(images/cbr.png);
}


.silver-box .br-top,
.silver-box .br-bottom{
    width: auto;
    height: 10px;
    background-image: url('images/gradientField.png');
    background-repeat: repeat-x;
    position: absolute;
    margin: 0 8px;
}

.silver-box .br-top,
.silver-box .corner .ctl,
.silver-box .corner .ctr{
	top:1px;
}

.silver-box .br-top{
	top: 0;
    margin-top: 0;
    right: 0;
    left: 0;
    font-size: 0;
}
.silver-box .br-bottom{
	margin-top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 0;
    background-position: bottom;
}

.silver-box .br-top.multy{
    top: 0;
    left: 0;
}
.silver-box .br-bottom.multy{
    bottom: 0;
    left: 0;
    background-position: bottom;
}

.silver-box .br-center{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 0;

    height: 280px;
/*    background-color: gray;*/
    background-image: url('images/gradientField.png');
    z-index: -1;
}

.silver-box .box_close_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.silver-box .br-bottom,
.silver-box .corner.cbl,
.silver-box .corner.cbr{
	margin-top:-1px;
}


/* fixes for browsers with special needs (IE, etc) */
/*.silver-box .box-ie {
    border: 1px solid #616161;
    padding: 60px 0;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #616161;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#969696));
    background: -moz-linear-gradient(#616161, #969696);
    background: linear-gradient(#616161, #969696);
    -pie-background: linear-gradient(#616161, #969696);

    width: 200px; height: 300px;

    behavior: url(images/pie.htc);
}*/


