body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background-color:#DDD;
	margin:20px;
}
body,input {
	font-size:16px;	
}
a {
	color:#428CCA;
}
a:hover {
	color:#205E84;
}
textarea,
input {
	outline:none;
}
#wrapper {
	width:880px;
	background-color:#FFF;
	margin:auto;
	margin-bottom:50px;
	padding:10px;
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(153,153,153,1);
	box-shadow: 0px 0px 10px 2px rgba(153,153,153,1);
}
.header {
	background-color:#FF219B;
	color:#FFF;
	font-size:20px;
	line-height:50px;
}
.headerButton {
	float:left;
	display:block;
	width:50px;
	height:50px;	
}
.headerTitle {
	float:left;
	display:block;
	width:760px;
	height:50px;
	text-align:center;
}
input[type=text] {
	border:1px solid #666;	
}
.bigtext {
	width:500px;
	padding:5px;
}
.mediumtext {
	width:300px;
	padding:5px;
}
.smalltext {
	width:150px;
	padding:5px;
}
#currency {
	font-size:16px;
	margin-top:4px;
}
.button {
	display:inline-block;
	height:26px;
	line-height:26px;
	background-color:#428CCA;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	white-space:nowrap;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none
}
.button:hover {
	background-color:#205E84;
	color:#FFF;
	text-decoration:none;
}
#loadRate {
	position:absolute;
	width:370px;
	height:55px;
	padding-top:25px;
	margin-top:-4px;
	margin-left:-8px;
	background-color:#666;
	opacity:0.9;	
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#receipts {
	background-color:#000;
}
#receipts,
#receipts input,
#receipts optgroup {
	font-size:14px;	
}
#receipts input[type=text] {
	border:0;
	padding:0;
	margin:0;
	width:100%;
}
#receipts th,
#receipts td {
	padding:5px;	
}
#receipts th {
	background-color:#EEE;
}
#receipts th.textExpGBP {
	background-color:#D0D7F6;
}
#receipts td {
	background-color:#FFF;
}
#receipts td.gbp,
#receipts td.gbp input {
	background-color:#F1F3FE;	
}
#receipts td.tableFooter {
	background-color:#000;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.textExpDate {
	width:130px;
	text-align:center;
}
.textExpSupplier {
	width:337px;
}
.textExpType {
	width:145px;
}
.textExpTotal,
.textExpAmount,
.textExpGBP {
	width:85px;
}
.textExpRemove {
	width:20px;
}
input.textExpTotal,
input.textExpAmount,
input.textExpGBP {
	text-align:right;
}
.grandTotal {
	font-size:22px;
	font-weight:bold;
}
.remove {
	display:none;
	width:16px;
	height:16px;
	border-radius:8px;
	background-color:#CCC;
	color:#FFF;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.remove:hover {
	background-color:#FF0004;
}
.footer {
	font-size:12px;
	color:#666;
}
#ratelink {
	margin-left:20px;
}