table.payNow
{
	font-family: Verdana;
	font-size: 10px;
	border: dashed 1px gray;
}


a:link, a:active, a:visited {
	color:black;
}

a:hover{
	background-color:#B7DE5C;
}

table.payNow tr.footer td
{
	border-top: dashed 1px gray;
	background-color:#B7DE5C;
	padding-top: 3px;
}

table.payNow td.input
{
	text-align:left;
}
td.price
{
	text-align:right;
}



