#maintitle {
	background: url(images/title_bg.jpg) center top;
}

table.pay-table {
	margin: auto;
	width: 100%;
}

table.pay-table tr {
	border-bottom: 10px solid white;
}

table.pay-table tr:last-child {
	border-bottom: none;
}

table.pay-table th {
	background-color: #ececec;
	color: #769b59;
	font-size: 110%;
	font-weight: bold;
	padding: 18px;
	width: 170px;
}

table.pay-table th img {
	height: auto;
	padding-bottom: 3px;
	width: 60px;
}

table.pay-table td {
	background-color: #ececec;
	padding: 18px 25px 18px 5px;
	text-align: left;
	width: auto;
}

table.pay-table td h4 {
	padding: 5px 0;
	text-align: left;
}

table.pay-table td h4 span {
	font-size: 120%;
}

table.pay-table td table.area {
	margin: 20px 10px 10px 0;
}

table.pay-table td table.area tr {
	border-bottom: 3px solid #ececec;
}

table.pay-table td table.area tr.header th,
table.pay-table td table.area tr.header td {
	background-color: #769b59;
	color: white;
}

table.pay-table td table.area th,
table.pay-table td table.area td {
	background-color: white;
	color: black;
	font-size: 14px;
	padding: 6px 14px;
}

table.pay-table td table.area th {
	width: 80%;
}

table.pay-table td span {
	display: block;
	text-align: right;
}

div.bg-green {
	padding-top: 0;
}




