body {
	font: medium "Segoe UI", Arial, helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
	width: 50em;
	margin: 3em auto;        
}
form {


}

input.pay {
}

fieldset {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
legend {
	font-size: 120%;
	color: #335EA8;
}

table {
	padding: 10px 0 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 100%;
}
th {
	font-weight: normal;
	font-style: italic;
	color: #333;
	text-align: left;
}
th, td {
	padding: 0 10px;
}
img.payImg {
	float: right;
}

a:hover {
	border-bottom: 1px solid #eee;
}

a {
	color: #516A9B;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}


#warning {
	background-color: #B3002D;
	color: #fff;
	padding: 0.1em 0.5em;
	font-weight: bold;
	display: none;
}
#footer {
	font-size: small;
	text-align: left;
	color: #333;
}
