﻿
#header h1 {
	margin: 30px auto 15px;
	padding: 0;
	width: 510px;
	height: 100px;
	background: url(../images/logos/paymax_logo.jpg) no-repeat top center;
	text-indent: -9999px;
	overflow: hidden;
	}

/* LINKS */

a:link, a:visited {
	color: #455560;
	}
a:hover, a:active {
	color: #4C87AF;
	}

/*CONTINUE / BACK BUTTONS*/
	
#btnSubmit, #btnBack {
	border-bottom: 1px solid #2F4C5F;
	border-right: 1px solid #2F4C5F;
	background: #59798F;
	color: #FFF;
	text-shadow: 1px 1px 0 #2F4C5F;
	}
#btnSubmit:hover, #btnBack:hover {
	border-bottom: 1px solid #35718F;
	border-right: 1px solid #35718F;
	background: #6ba1bd;
	color: #FFF;
	text-shadow: 1px 1px 0 #35718F;
	}
	
/*FOOTER INFORMATION*/

#footer p {
	color: #455560;
	}
#footer p.contact_details {
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #455560;
	text-shadow: 1px 1px 0 #FFF;
	}
#footer p.contact_details strong {
	color: #59798F;
	}

/* UNITIP STYLES */

#unitip h5 {
	color: #EAE827;
	border-bottom: 1px dotted #7F7207;
	}
#unitip p {
	color: #FFF;
	}
#unitip p strong {
	color: #FFFEAF;
	}
