.rounded {
	padding : 10px;
	margin-bottom: 5px;
	background-image: url(../graphics/fade-grey-white.png);
	background-repeat:repeat-x;
}

.rounded .sb-inner {
	background-color: white;
	background-image: url(../graphics/fade-grey-white.png);
	background-repeat:repeat-x;
}
	
.rounded .sb-shadow { 
	background: #D4D4D4; 
}

.rounded .sb-border {
	background: #CCC; 
}

.rounded.sb-inner.setMinHeight {
	min-height: 400px;
	height:auto !important;
    height:400px;
}

.emptyRounded {
	padding : 10px;
	margin-bottom: 5px;
}

.emptyRounded .sb-inner {
	background-color: white;
	background-image: url(../graphics/thin-grey-bar.png);
	background-repeat:repeat-x;
}

.emptyRounded .sb-border {
	background: #CCC; 
}
