﻿.container_box_1
{
    width:100%;
    right:3px;
    top:5px;
    position:relative;
}
.container_box_1 .top_bg
{
	height:33px;
    background-image:url('box_top_bg.gif');
}
.container_box_1 .top_l
{
    width:17px;
    height:33px;
    background-image:url(container_top_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_box_1 .light
{
    margin-right: 17px;
    margin-left: 17px;
    height:33px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(container_light.gif);
}
.container_box_1 .top_r
{
    width:17px;
    height:33px;
    background-image:url(container_top_r.gif);
    position: absolute;top: 0px;right: 0px;
}
.container_box_1 .center_l
{
    width:8px;
    height:100%;
    background-image:url(container_center_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_box_1 .center_bg
{
    margin-right: 8px;
    margin-left: 8px;
    height:100%;
}
.container_box_1 .center_r
{
    width:8px;
    height:100%;
    background-image:url(container_center_r.gif);
    position: absolute;top: 0px;right: 0px;
 }
.container_box_1 .bottom_l
{
    width:17px;
    height:17px;
    background-image:url(container_bottom_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_box_1 .bottom_bg
{
    height:17px;
    margin-right: 17px;
    margin-left: 17px;
    background-image:url(container_bottom_bg.gif);
}
.container_box_1 .bottom_r
{
    width:17px;
    height:17px;
    background-image:url(container_bottom_r.gif);
    position: absolute;top: 0px;right: 0px;
}

