/**
 *  billpay specific layout
 */

table.rates td {
   padding: 2px 6px;
   font-size: 0.9em;
}

table.rates td:first-child {
   padding-left: 0;
}

table.rates td:last-child {
   padding-right: 0;
}

table.rates tr.special td {
   border-top: 1px solid #acacac;
   padding-bottom: 10px;
   font-weight: bold;
}

p.billpay_loader {
   display: block;
   background: transparent url('images/indicator.gif') left center no-repeat;
   padding: 5px 0 5px 25px;
}

ul#billpay_links {
	padding: 5px 10px;
	margin: 15px 0 0 0;
	background-color: #f8f8f8;

   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
}

ul#billpay_links li {
	float: none;
	font-size: 0.9em;
}

#billpay_wrapper {
	width: 100%;
}

#billpay_rate_selection {
	float: left;
	width: 40%;
}

#billpay_rate_info {
	padding: 0 10px 0 25px;
	overflow: hidden;
}

#billpay_rate_info h2 {
	color: #333;
}

#billpay_form {
	position: relative;
}

#billpay_form .logo {
	position: absolute;
	top: 15px;
	right: 10px;
}

#billpay_form.final {
	padding-right: 165px;
}

#billpay_form.final .logo {
	top: 5px;
}
