html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Wall {
	width: 656px;
	height: 272px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Wall a {
	height: 15px;
	width: 15px;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
}
#Wall .break {
	clear: none;
	float: right;
}
h1 {
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 25px;
}
#Footer span {
	font-size: 10px;
}

a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#Overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	visibility: hidden;
}
#OverlayClaim {
	padding: 10px;
	background-color: #FFFFFF;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 5;
	visibility: hidden;
}
#colourBox {
	width: 132px;
	height: 11px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	margin-top: 5px;
}
#colourBox a {
	height: 10px;
	width: 10px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-size: 5px;
}
#bbPreview {
	height: 15px;
	width: 15px;
	border: solid #F8F8F8 1px;
}
#infoBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#infoBox h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
}
#infoBox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	display: block;
}
#infoBox h3 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
}
input, #cb_file {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding: 3px;
}

