#div1, #div2, #div3, #div4, #div5 {
	width: 300px;
	height: auto;
}
#rounded-corner, dl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: auto;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th, dt {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	border-top: 1px solid #fff;
	text-align: center;
}
#rounded-corner td, dd {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner th.rounded-first
{
	background: #b9c9fe url('fileadmin/templates/roundedcorner/left.png') left -1px no-repeat;
}
#rounded-corner th.rounded-last
{
	background: #b9c9fe url('fileadmin/templates/roundedcorner/right.png') right -1px no-repeat;
}
#rounded-corner td.rounded-foot-left
{
	background: #e8edff url('fileadmin/templates/roundedcorner/botleft.png') left bottom no-repeat;
}
#rounded-corner td.rounded-foot-right
{
	background: #e8edff url('fileadmin/templates/roundedcorner/botright.png') right bottom no-repeat;
}
#rounded-corner tr:hover td
{
	background: #d0dafd;
}
