.box {
    position: relative;
    margin: 0 auto;
    min-width: 8em;
    max-width: 760px;
    color: #fff;
    z-index: 1;
    margin-left: 12px;
    margin-bottom: 0.5em;    
}

.box .content,
.box .t,
.box .b,
.box .b div {
    background: transparent url(../images/box/gradient.png) no-repeat top right;
    _background-image: url(../images/box/gradient.gif);    
}
.box .content {
    position: relative;
    zoom: 1;
    _overflow-y: hidden;
    padding: 0px 12px 0px 0px;
    min-height: 150px;
}
.box .t {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px; 
    margin-left: -12px;
    height: 100%;
    _height: 1600px;
    background-position: top left;
}
.box .b {
    position: relative;
    width: 100%;
}
.box .b,
.box .b div {
    height: 30px;
    font-size: 1px;
}
.box .b {
    background-position: bottom right;
}
.box .b div {
    position: relative;
    width: 12px;
    margin-left: -12px;
    background-position: bottom left;
}
.box .hd,
.box .bd,
.box .ft {
    position: relative;
}
.box .wrapper { 
 position: static;
 max-height: 1000px;
 overflow: auto; 
}
.box h1,
.box p {
    margin: 0px;
    padding: 0.5em 0px 0.5em 0px;
}
.box h1 {
     padding-bottom: 0px;
}