.boxblue
{
width:200px;
position:relative;
min-height:20px;
}
.boxbluetop
{
position:absolute;
top:0px;
left:0px;
right:0px;
height:7px;
background-image:url('egate/boxblue/background_top.png');
background-repeat:no-repeat;
background-position:left top;
}
.boxbluebottom
{
position:absolute;
bottom:0px;
left:0px;
right:0px;
height:7px;
background-image:url('egate/boxblue/background_bottom.png');
background-repeat:no-repeat;
background-position:left bottom;
}
.boxbluemiddle
{
position:absolute;
left:0px;
right:0px;
top:7px;
bottom:7px;
background-image:url('egate/boxblue/background_middle.png');
background-repeat:repeat-y;
background-position:left bottom;
}
.boxbluecontent
{
position:relative;
border:0px solid red;
}
