/*------------------------------------------------------------------
Title: Roundbox Style
Author: Henry Lockett 
Date: February 2009

Padding: Top Right Bottom Left
-------------------------------------------------------------------*/


p.rb_type_a
{
position: relative;
}

div.box33
{
float: left;
width: 33%;
}

div.rb_outer
{
position: relative;
min-width: 100px;
min-height: 250px;
height: 100%;
background: #ffffff url(../images/subbox-tm-bg.jpg) repeat-x 0 0;
margin: 0 auto;
}

div.rb_lefttop
{
top:0;
left:0;
position: absolute;
width: 30px;
min-height: 200px;
height: 100%;
background: url(../images/subbox-bdr-left.jpg) repeat-y 0 0;
z-index: 1;
}

div.rb_leftbottom
{
position: absolute;
bottom: 0;
left: 0;
width: 30px;
min-height: 50px;
background: url(../images/subbox-bl-bg.jpg) no-repeat 0 100%;
z-index: 1;
}

div.rb_righttop
{
position: absolute;
top: 0;
right: 0;
width: 30px;
min-height: 200px;
height: 100%;
background: url(../images/subbox-bdr-right.jpg) repeat-y 100% 0;
z-index: 1;
}

div.rb_rightbottom
{
position: absolute;
right: 0;
bottom: 0;
width: 30px;
min-height: 50px;
height: 100%;
background: url(../images/subbox-br-bg.jpg) no-repeat 100% 100%;
z-index: 1;
}

div.rb_midtop
{
position: relative;
top: 0;
width: 100%;
min-height: 200px;
z-index: 2;
}

div.rb_midbottom
{
position: relative;
bottom: 0;
width: 100%;
min-height: 50px;
background: url(../images/subbox-bm-bg.jpg) repeat-x 100% 100%;
z-index: 0;
}







div.rb_small_outer
{
position: relative;
min-width: 100px;
min-height: 170px;
height: 100%;
background: #ffffff url(../images/subbox-small-tm.jpg) repeat-x 0 0;
margin: 0 auto;
}

div.rb_small_lefttop
{
top:0;
left:0;
position: absolute;
width: 20px;
min-height: 140px;
height: 100%;
background: url(../images/subbox-small-bdr-left.jpg) repeat-y 0 0;
z-index: 1;
}

div.rb_small_leftbottom
{
position: absolute;
bottom: 0;
left: 0;
width: 20px;
min-height: 30px;
background: url(../images/subbox-small-bl.jpg) no-repeat 0 100%;
z-index: 1;
}

div.rb_small_righttop
{
position: absolute;
top: 0;
right: 0;
width: 20px;
min-height: 140px;
height: 100%;
background: url(../images/subbox-small-bdr-right.jpg) repeat-y 100% 0;
z-index: 2;
}

div.rb_small_rightbottom
{
position: absolute;
right: 0;
bottom: 0;
width: 20px;
min-height: 30px;
height: 100%;
background: url(../images/subbox-small-br.jpg) no-repeat 100% 100%;
z-index: 2;
}

div.rb_small_midtop
{
position: relative;
top: 0;
width: 100%;
min-height: 140px;
z-index: 0;
}

div.rb_small_midbottom
{
position: relative;
bottom: 0;
width: 100%;
min-height: 30px;
background: url(../images/subbox-small-bm.jpg) repeat-x 100% 100%;
z-index: 0;
}

div.rb_small_header
{
position: absolute;
top:-5px;
height: 30px;
margin: 0;
padding: 0;
}

div.rb_small_main
{
position: relative;
top: 60px;
height: 100px;
margin: 0;
padding: 0;
}

div.rb_small_center
{
position: relative;
top: 60px;
left: 15%;
height: 100px;
margin: 0;
padding: 0;
}





img.rb_corner
{
margin: 0;
padding: 0;
position: absolute;
top:0;
}