﻿.thin_gray
{
    width:100%;
    position:relative;
}
.thin_gray .top_bg
{
	height:10px;
    text-align: right; 
    margin-right: 9px;
    margin-left: 9px;
    background-image:url(box_top_bg.gif);
}
.thin_gray .top_l
{
    width:10px;
    height:10px;
    background-image:url(box_top_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.thin_gray .top_r
{
    width:10px;
    height:10px;
    background-image:url(box_top_r.gif);
    position: absolute;top: 0px;right: 0px;
}
.thin_gray .center_l
{    
    width:2px;
    height:100%;
    background-image:url(box_center_l.gif);
    position: absolute;top: 0px;left: 0px;
}

.thin_gray .center_bg
{   
    margin-right: 5px;
    margin-left: 5px;
    height:100%;
    background-color:White;
}
.thin_gray .center_r
{
    width:2px;
    height:100%;
    background-image:url(box_center_r.gif);
    position: absolute;top: 0px;right: 0px;
}
.thin_gray .bottom_l
{
    width:10px;
    height:10px;
    background-image:url(box_bottom_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.thin_gray .bottom_bg
{
    height:10px;
    margin-right: 10px;
    margin-left: 10px;
    background-image:url(box_bottom_bg.gif);
}
.thin_gray .bottom_r
{
    width:10px;
    height:10px;
    background-image:url(box_bottom_r.gif);
    position: absolute;top: 0px;right: 0px;
}

