table.browse {
	margin-bottom: 10px;
	margin-right: 190px;
}

.browse td {
	padding: 5px;
}

.browse h1 {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.browse h2 {
	font-size: 10pt;
}

div.rounded-corners { 
	background: white url(../images/rounded_corner_left.png) repeat-y left top;
}

.rounded-corners div.rctop { 
	width: 100%;
	height: 40px;
	background: url(../images/rounded_corner_top.png) no-repeat left top;
} 

.rounded-corners div.rctop h2 {
	text-align: center;
	font-size: 15px;
	color: white;
	position: relative;
	height: 20px;
	padding: 15px 20px 5px;
	margin: 0;
	background: url(../images/rounded_corner_tr.png) no-repeat right top;
}

.center-content { 
	position: relative;
	background: url(../images/rounded_corner_right.png) repeat-y right top;
	padding: 5px 20px 0px 20px;
	height: 10.8em;
}

.rounded-corners div.rcbottom { 
	height: 17px;
	background: url(../images/rounded_corner_bottom.png) no-repeat left bottom;
} 
.rounded-corners div.rcbottom span { 
	display: block;
	position: relative;
	height: 17px;
	background: url(../images/rounded_corner_br.png) no-repeat right top;
}

