/* CSS Copyright © 3mothers */
a, a:link, a:visited { text-decoration: none; color: #003399; }
a:hover { text-decoration: underline; }				

h1, h2, h3, h4, h5 {
color:#003399;
}

img {
border:none;
}

img a {
border:none;
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: #f0f0f0;
}
table{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5f5f5f;
	background:#ecf5ff;
}
.Containment{
	width: 775px;
	height: 100%;
	margin: 0 auto;
	background: #e4e4e4;
	background: url(../images/bg-tile.gif);
}

.Header{
	height: 80px;
	background: url(../images/bg-tile.gif);
	text-align: center;
	border-bottom: 10px solid #333399;
	font-weight: bold;
	font-size: 15px;
	color: #003399;
	line-height: 30px;
}
html>body .Header {
	padding: 0 0 16px 0;	
}
.Header img{
	margin-top: 10px;
	margin-bottom: 10px;
	}
.HeaderImage{
	height: 160px;
	background: url(../images/headerimage.jpg) #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.Nav{
	background: #333999;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.Nav a,
.Nav a:link,
.Nav a:visited{
	padding: 5px 5px;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
.Nav a:hover{
	text-decoration: none;
	color: #E9C46C;
}
.Content{
	background: url(../images/content-bg-tile.jpg) repeat-x top left #fff;
	text-align:left;
	padding: 40px;
	color: #5f5f5f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.Footer{
	border-top: 3px solid #333399;
	padding-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
}

.divider {
border-bottom:1px solid #c6e1ff;
}

.tablepadding {
padding-left:5px;
padding-top:5px;
padding-right:5px;
}

.send {
padding:10px;

}

.amount {
padding-left:7px;
}

#payments {
padding: 0px 50px;
}

#payments ul {
margin:0;
padding-left:15px;
list-style-position:outside;
text-indent:3px;
}

#payments li { 
margin-bottom:10px;
}

#biller-ref {
float:left;
border:1px solid #000000;
margin-left:12px;
padding-left:10px;

width:130px;
height:53px;
}

