
h3{
    background: url("../images/icon_square.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #666666;
    margin-bottom: 10px;
    padding-left: 18px;
}


/**************************************************************
* table
***************************************************************/

table{
	width: 740px;
	margin-bottom: 60px;
}

table.history{
	margin-bottom: 30px;
}

table th,
table td{
	padding: 10px 0;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #AAA5A2;
}

table th{
	padding-left: 15px;
	width: 25%;
}

table td{
	padding-right: 15px;
}

