div.arroundBox{
}

div.arroundBox div.header,
div.arroundBoxDark div.header{
    height:10px;
    background:url('../images/arround_box/top_left.png') no-repeat;
    font-size:0px;
}

div.arroundBoxDark div.header{
    background:url('../images/arround_box/top_left.gif') no-repeat;
 }

div.arroundBox div.header2,
div.arroundBoxDark div.header2{
    height:10px;
    background:url('../images/arround_box/top_right.png') no-repeat right;
    padding:0px 9px;
    font-size:0px;
}

div.arroundBoxDark div.header2{
    background:url('../images/arround_box/top_right.gif') no-repeat right;
}

div.arroundBox div.header3,
div.arroundBoxDark div.header3{
    height:10px;
    background:#ffffff url('../images/arround_box/border.gif') repeat-x top;
    font-size:0px;
}

div.arroundBoxDark div.header3{
     background-color:#d9d9d9;
}

div.arroundBox div.content,
div.arroundBoxDark div.content{
    background:#ffffff url('../images/arround_box/bg.gif') repeat-x bottom;
    border-left:1px solid #c1c2c2;
    border-right:1px solid #c1c2c2;
    padding:0px 13px;
    overflow: hidden;
    position:relative;
}

div.arroundBoxDark div.content{
    background: #d9d9d9;
}

div.arroundBox div.separate,
div.arroundBoxDark div.separate{
    font-size:0px;
    height:8px;
    border-bottom:2px solid #c1c2c2;
    margin-bottom:8px;
}

div.arroundBoxDark div.separate{
    height:2px;
    background-color:#cb1323;
}

div.arroundBox div.footer,
div.arroundBoxDark div.footer{
    height:10px;
    background:url('../images/arround_box/bottom_left.png') no-repeat;
    font-size:0px;
}

div.arroundBoxDark div.footer{
    background:url('../images/arround_box/bottom_left.gif') no-repeat;
}

div.arroundBox div.footer2,
div.arroundBoxDark div.footer2{
    height:10px;
    background:url('../images/arround_box/bottom_right.png') no-repeat right;
    padding:0px 9px;
    font-size:0px;
}

div.arroundBoxDark div.footer2{
    background:url('../images/arround_box/bottom_right.gif') no-repeat right;
 }

div.arroundBox div.footer3,
div.arroundBoxDark div.footer3{
    height:10px;
    background:#f4f4f4 url('../images/arround_box/border.gif') repeat-x bottom;
    font-size:0px;
}

div.arroundBoxDark div.footer3{
     background-color:#d9d9d9;
}
