.block {  
    width: 100%;
}
.block .t {
    background: url("/images/block/top_border.jpg") top repeat-x;
}
.block .r {
    background: url("/images/block/right_content_border.jpg") right repeat-y;
}
.block .b {
    background: url("/images/block/bottom_border.jpg") bottom repeat-x;
}
.block .l {
    background: url("/images/block/left_content_border.jpg") left repeat-y;
}
.block .lt {
    background: url("/images/block/left_top.jpg") left top no-repeat;
}
.block .rt {
    background: url("/images/block/right_top.jpg") right top no-repeat;
}
.block .rb {
    background: url("/images/block/right_bottom.jpg") right bottom no-repeat;
}
.block .lb {
    background: url("/images/block/left_bottom.jpg") left bottom no-repeat;
}
.block .content {
    padding: 10px 18px;
    background-position: 10000px 10000px;
}
.block .ie_fix {
  width: 100%;  
}

.black_block {  
    width: 100%;
    background: url("/images/black_block/c.jpg") top repeat-x;    
}
.black_block .l {
    background: url("/images/black_block/l.jpg") left top no-repeat;
}
.black_block .r {
    background: url("/images/black_block/r.jpg") right top no-repeat;
}
.black_block .content {
    padding: 0px 11px;    
    padding-top: 8px;
    padding-bottom: 8px;
    background-position: 10000px 10000px;    
    color: white;
    font: 24px Arial;    
    vertical-align: middle;
    text-transform: uppercase; 
}

.white_block {  
    width: 100%;
    background-color: white;
}
.white_block .t {
    background: url("/images/white_block/t.jpg") top repeat-x;
}
.white_block .r {
    background: url("/images/white_block/r.jpg") right repeat-y;
}
.white_block .b {
    background: url("/images/white_block/b.jpg") bottom repeat-x;
}
.white_block .l {
    background: url("/images/white_block/l.jpg") left repeat-y;
}
.white_block .lt {
    background: url("/images/white_block/lt.jpg") left top no-repeat;
}
.white_block .rt {
    background: url("/images/white_block/rt.jpg") right top no-repeat;
}
.white_block .rb {
    background: url("/images/white_block/rb.jpg") right bottom no-repeat;
}
.white_block .lb {
    background: url("/images/white_block/lb.jpg") left bottom no-repeat;
}
.white_block .content {
    padding: 16px 11px;
    background-position: 10000px 10000px;
}
.white_block .ie_fix {
  width: 100%;  
}

.thin_white_block .lt {
    background: url("/images/thin_white_block/lt.gif") left top no-repeat;
}
.thin_white_block .rt {
    background: url("/images/thin_white_block/rt.gif") right top no-repeat;
}
.thin_white_block .rb {
    background: url("/images/thin_white_block/rb.gif") right bottom no-repeat;
}
.thin_white_block .lb {
    background: url("/images/thin_white_block/lb.gif") left bottom no-repeat;
}
.thin_white_block .content {
    border-left: 1px solid white;
    border-right: 1px solid white;    
    padding: 10px 4px; 
}
.thin_white_block span.top, .thin_white_block span.bottom {
    display: block;
    margin: 0 2px;
    overflow: hidden;
    font-size: 1px;
    height: 1px;
    background-color: white;
}
.thin_white_block span.top { margin-bottom: 1px; }
.ie6 .thin_white_block span.bottom  { margin: 0 4px; }
.thin_white_block span.bottom { margin-top: 1px; }

.account_state_block .lt {
    background: url("/images/account_state_block/lt.gif") left top no-repeat;
}
.account_state_block .rt {
    background: url("/images/account_state_block/rt.gif") right top no-repeat;
}
.account_state_block .rb {
    background: url("/images/account_state_block/rb.gif") right bottom no-repeat;
}
.account_state_block .lb {
    background: url("/images/account_state_block/lb.gif") left bottom no-repeat;
}
.account_state_block .content {
    border-left: 1px solid black;
    border-right: 1px solid black;    
    background-color: white;
}
.account_state_block span.top, .account_state_block span.bottom {
    display: block;
    margin: 0 6px;
    overflow: hidden;
    font-size: 5px;
    height: 5px;
    background-color: white;    
}

.ie6 .account_state_block span.top, .ie6 .account_state_block span.bottom {
    height: 6px;
    font-size: 6px;
    height: 6px;
}

.account_state_block span.top { border-top: 1px solid black; }
/*.ie6 .account_state_block span.bottom  { margin: 0 6px; }*/
.account_state_block span.bottom { border-bottom: 1px solid black; }