/* body {
	font: medium "Segoe UI", Arial, helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
} */

body {
	line-height: 1.5;
	color: #333;
    font-family: "myriad-pro",sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    font-kerning: normal;      
}


form {


}


input.pay {
}

fieldset {
	border: 4px solid #eee; 
	/* 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; */
}
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;
}


#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;
}
