/* standardise.css */
HTML * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
}

*html img {
	margin-bottom:-3px;
}

body {
	font-family:arial,verdana,sans-serif;
	font-size: 83%;
}

h2 {
	font-size: 1.6em;
	color:#FFFFFF;
}
/* end standardise.css */

/* wrapper.css */
body .textbox {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width:97%;
}

body .select {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width:97%;
}

/* end wrapper.css */
/* ADDED BY STEVE */
body {
	background-color:#ffffff;
	background-image:none;
	margin:10px;
	text-align:center;
}

#title {
	/*background-color:#F5901E;*/
	background-color:#D5B067;	
}

#content {
	color:#000000;
	font-size:110%;
	margin:0 auto;
	text-align:left;
	width:880px;
	background-color:#f2f2f2;
}

#content form {
	color:#000000;
	height:320px;
	margin:10px 0 0 0;
	padding:0 0 0 320px;
	position:relative;
}

#content form #preview {
	left:10px;
	position:absolute;
	text-align:right;
	top:10px;
	width:275px;
}

#content form fieldset {
	float:left;
	height:100%;
	width:49%;
}

#content form fieldset#left {
	margin:0 1% 0 0;
}

#content form label {
	clear:both;
	display:block;
	padding:5px 0;
}

#content form .textarea,
#content form .textbox {
	margin:0 0 10px 0;
	padding:2px;
	width:97%;
}

#content form .textarea {
	border:1px solid #000000;
	height:200px;
}

#content form .error {
	color:#F5901E;
	font-weight:bold;
}

input.submit {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 105px;
	height: 30px;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #323232;	
	text-align: right;	
	border: #EEEDE5 1px outset;
	background: url('./../images/templates/arrow_circle_grey.gif') 75px center no-repeat;
}
