/* CSS Document */

.bluebox{
background-color:#e0e8eb;
}

.bluebox .left{
background:url(images/blue-left.gif) scroll repeat-y left;
}

.bluebox .right{
background:url(images/blue-right.gif) scroll repeat-y right;
}

.bluebox .tl{
background:url(images/blue-top-left.gif) scroll no-repeat top left;
}

.bluebox .tr{
background:url(images/blue-top-right.gif) scroll no-repeat top right;
}

.bluebox .bottom{
background:url(images/blue-bottom.gif) scroll repeat-x bottom;
}

.bluebox .bl{
background:url(images/blue-bottom-left.gif) scroll no-repeat bottom left;
}

.bluebox .br{
background:url(images/blue-bottom-right.gif) scroll no-repeat bottom right;
}

.bluetitlepadd{
padding:0 0 5px 0;
}

.bluetitle{
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.containerpadd{
padding-bottom:5px;
}
