  #content {
	padding: 0 0 110px 0;
}
#back {
	position: absolute;
	top: 60px;
	right: 0;
	margin-right: 35px;
	z-index: 150;
}
#back a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
}
#content p, #content label  {
	clear: both;
	display: block;
	margin-top: 5px;
}
#content label  {
	float: left;
	width: 120px;
}
#container h2 {
	margin-bottom: 5px;
	padding: 20px;
	padding-left: 35px;
	background-color: #DEE2E9;
	color: #003D6C;
	position: relative;
	z-index: 1;
}
#content h3 {
	margin-top: 20px;
	background-color: #FFF;
	padding: 2px 8px;
	border-left: 5px solid #04173B;
	display: block;
	color: #04173B;
	font-weight: bold;
	font-size: 1.1em;
	clear: both;
}
a.bt {
	background: #FFF url('images/new.gif') no-repeat 0 0;
	display: block;
	float: left;
	text-indent: -999px;
	margin: 5px 5px 5px 0;
	height: 33px;
	width: 100px;
}
a.send {
	width: 94px;
	background-image: url('/payment-online/images/send.gif');
}
a.loginBt {
	width: 94px;
	background-image: url('/payment-online/images/login.gif');
}
a.legalinfo {
	width: 94px;
	background-image: url('/payment-online/images/legalinfo.gif');
}
a.cancel {
	width: 94px;
	background-image: url('/payment-online/images/cancel.gif');
}
a.continue {
	width: 88px;
	background-image: url('/payment-online/images/continue.gif');
}
a.logout {
	width: 94px;
	background-image: url('/payment-online/images/logout.gif');
}
a.bt:hover {
	background-position: 0 -33px;
}
hr {
	color: #FFF;
	height: 1px;
	background-color: #FFF;
	border: none;
	margin: 5px 0;
}
hr, .clear {
	clear: both;
}
p.item, p.iteml {
	background-color: #F1F1F1;
	padding: 5px;
	width: 435px;
}
#content p.iteml label{
	width: 200px;
}
#content input.small {
	width: 40px;
}
p.note {
	margin: 10px 0;
	padding-bottom: 3px;
	font-size: 1.0em;
	color: #04173B;
	display: block;
}