/* CSS Document */

table {
	width:690px;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:30px;
	border:#f0abc3 solid 1px;}
	

td,th {
	padding:5px;}

th {
	text-align:center;
	width:10em;
	background-color:#ea96b2;
	color:#ffffff;
	border-bottom:#ffffff solid 1px;}

td {
	border-bottom:#ea96b2 solid 1px;}

.lastth {
	border-bottom:none;}


 dt {
	float:left;
	clear:both;
	width:350px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:0;
}
dl > dd {
	float:left;
	width:330px;
}
*+html dl > dd {
	float:none;
}

dd {
	text-align:right;}