body {
	margin: 0px;
	background: #FFFFFF url('images/act_watermark.gif') right bottom no-repeat;
}
body, table, input, textarea, select {
	font-family:  arial;
	font-size: 16px;
}
table th, table td {
	vertical-align:top;
	text-align:left;
}
input, textarea, select {
	background: #F0F0F0;
}
.button {
	color: #FFFFFF;
	background: #00B861;
	border: 1px solid #0038A8;
	
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000 !important;
}
#frame {
	width: 100%;
	height: 100%;
}

#header {
	background: url('images/top_bg.gif') bottom left repeat-x;
	height: 124px;
	padding-left:8px;
}
#content, #footer {
	padding: 20px;
}
#footer {
	height:20px;
}
.h1 {
	font-size: 22px;
	color: #0038A8;
	font-weight: bold;
}
.h2 {
	font-size:16px;
	font-weight:bold;
	color: #00B861;
}
.h3 {
	font-weight:bold;
	color: #0038A8;
}
#booking_form td {
	padding-bottom:5px;
}
#instrument_names td {
	padding-right:20px;
}
.linebg {
	background: #F0F0F0;
}
.linebg_blank td, .linebg td {
	padding:8px;
	padding-top:2px;
	padding-bottom:2px;
}
.h4 {
	background: #000088;
	color: #FFFFFF;
	padding:8px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
#orderDetails {
	border: 2px solid #00B861;
}
#shop_basket a {
	font-size:10px;
}
#shop_basket td {
	padding:5px;
}
#shopList {
	width: 100%;
}
#shopList th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	height: 30px;
	padding-right:5px;

}
#shopList td {
	height: 75px;
	padding-right: 5px;
}
#message {
	width:100%;
	background: #00B861;
	color:#FFFFFF;
}