#roundRect {
	background-color: #EAA724;
	position: relative;
	padding: 1px 16px 16px 16px;
	color: white;
	display:block; /* Gecko, Opera and Safari */
    *display:inline-block; /* IE */
	*padding-top: 16px;
}

#rrTopLeft {
	width: 16px;
	height: 10px;
	background-image: url(img/round_rect.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#rrTopRight {
	width: 16px;
	height: 10px;
	background-image: url(img/round_rect.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	*right: -1px; /* IE */
	top: 0px;
	background-position: -16px 0px;
}

#rrBottomLeft {
	width: 16px;
	height: 10px;
	background-image: url(img/round_rect.jpg);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	*background-position: 0px -16px; /* IE */
	position: absolute;
	left: 0px;
	bottom: 0px;
	*bottom: -1px; /* IE */
}

#rrBottomRight {
	width: 16px;
	height: 10px;
	background-image: url(img/round_rect.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	*right: -1px; /* IE */
	bottom: 0px;
	*bottom: -1px; /* IE */
	background-position: -16px -22px;
	*background-position: -16px -16px; /* IE */
}

#roundRect h3 {
	font-size: 18px;
	font-weight: bold;
}

#roundRect hr {
	border-color: white;
	height: 1px;
}