.round {
	width: 500px;
	height: 100%;
	padding: 0px;
	margin: 5px;
}

.gray {
	background-color: #eee;
	color: #000;
	height: 100%;
}

.tr { 
	background: url(../images/tr.png) no-repeat top right; 
	height: 100%;
}

.tl { 
	background: url(../images/tl.png) no-repeat top left; 
	height: 100%;
}

.br {
	background: url(../images/br.png) no-repeat bottom right; 
	height: 100%;
}

.bl {
	background: url(../images/bl.png) no-repeat bottom left;
	height: 100%;
}

.bl td {
	font-family: Tahoma;
	font-size: 11px;
	color: #555;
	text-align: right;
	border-bottom: white 1px solid;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.bl th {
	font-family: Tahoma;
	font-size: 11px;
	color: #555;
	text-align: right;
	border-bottom: red 2px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
