* {
	margin:0;
	padding:0;
}

body {
	font-family:verdana,sans-serif;
	font-size:10px;
	line-height:15px;
	padding:7px;
	text-align:center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:240px;
	text-align:left;
}

h2, h1 {
	font-size:12px;
	font-weight:bold;
}

h1 {
	color:#06c;
	margin-bottom:7px;
}

a {
	color:#06c;
}

a:hover {
	color:#f60;
}

p {
	margin-bottom:7px;
}

#footer {
	text-align:center;
	margin-top:14px;
}

div.colourbox {
	background:#eaf5fa;
	border:1px #caeaf9 solid;
	padding:7px;
}

div.outlinebox {
	border:1px #ccc solid;
	margin-top:14px;
	padding:7px;
}

input {
	margin-bottom:7px;
	font-size:10px;
}

textarea, select {
	font-size:10px;
	font-family:verdana,sans-serif;
}

.textbox, .gotfocus {
	border:1px #ccc solid;
	width:220px;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 25px;
	line-height:18px;
	margin-bottom:10px;
}

#tel {
	background: url(images/tel.png) left center no-repeat;
}

#addr {
	background: url(images/addr.png) left center no-repeat;
}

#er {
	background: url(images/er.png) left center no-repeat;
}

#email {
	background: url(images/email.png) left center no-repeat;
}

#sms {
	background: url(images/sms.png) left center no-repeat;
}

.error {
	color:#f00;
}

span.disabled {
	color:#CCC;
}

.gotfocus {
	border-color:#9c3;
}

a h2 {
	text-decoration:underline;
}

table.transactions {
	border: 1px #ccc solid;
	margin-top: 20px;
	border-collapse: collapse;
}

table.transactions td, th {
	padding: 2px;
}

table.transactions td.alt {
	background: #eaf5fa;
}