﻿.rounded-wrap-default
{
	margin: 0;
	padding: 0;
}

.rounded-wrap-default h2 
{
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	}

.rounded-wrap-default .left
{
	background: white url(          './images/rounded_left.png' ) repeat-y left;
}

.rounded-wrap-default .right
{
	background: url(          './images/rounded_right.png' ) repeat-y right;
	padding: 8px 8px 8px 8px ;
}

.rounded-wrap-default .top
{
	background: url(     './images/rounded_top.png' ) repeat-x top;
}

.rounded-wrap-default .top-left
{
	background: url(     './images/rounded_top_left.png' ) no-repeat top left;
}

.rounded-wrap-default .top-right
{
	background: url(     './images/rounded_top_right.png' ) no-repeat top right;
	height: 8px;
}

.rounded-wrap-default .bottom
{
	background: white url(          './images/rounded_bottom.png' ) repeat-x bottom;
}

.rounded-wrap-default .bottom-left
{
	background: url(          './images/rounded_bottom_left.png' ) no-repeat bottom left;
}

.rounded-wrap-default .bottom-right
{
	background: url(          './images/rounded_bottom_right.png' ) no-repeat bottom right;
	height: 8px;
}


