 body { 
 	background-color: #000000; padding: 20px; 
	} 
		
   
span.checkbox {
   	width: 19px;
	height: 25px;
 	padding: 0 5px 0 0;
 	background: url(checkbox.gif) no-repeat;
 	display: block;
	clear: left;
  	float: left;
 }
span.radio {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
 span.select {
	position: absolute;
	width: 255px; /* Plus padding will equal the width of the image. Must alter in js file aswell. */
	height: 35px;
	padding: 0 24px 10px 12px;
	color: #fff;
	font: 14px/31px arial,sans-serif;
	overflow: hidden;
	background-image: url(../images/select280.png);
	background-repeat: no-repeat;
 }
.holder {
	width: 254px;
}
.middle {
	width: 930px;
}
#content {
	width: 1024px;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#left {
	float: left;
	width: 750px;
	overflow: visible;
}
#right {
	float: right;
	width: 256px;
	color: #FFFFFF;
}
#left_other {
	float: left;
	width: 750px;
	overflow: visible;
	position: relative;
}
#right_other {
	float: right;
	width: 250px;
	color: #7ba296;
	position: relative;
	top: -52px;
}
#content #right_other ul {
	list-style-image: none;
	list-style-type: none;
	text-align: justify;
	text-indent: 0px;
	white-space: normal;
	display: inline;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-style: normal;
	top: 57px;
}
#content #right_other #first {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #7ba296;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content #bar {
	background-attachment: scroll;
	background-image: url(../images/bar2.png);
	background-repeat: no-repeat;
	height: 35px;
}#content #right_other input {
	background-color: #000000;
	border: 1px solid #7ba296;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #right_other .no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content   #form1  #big_box  {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/big_box_bg.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 830px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}
#confirm   {
	background-image: url(../images/wee.png);
	visibility: visible;
	background-attachment: scroll;
	background-repeat: repeat;
	position: absolute;
	height: 200%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 6;
	overflow: visible;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content #confirm #centre_box {
	background-attachment: scroll;
	background-image: url(../images/big_box_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 850px;
	z-index: 7;
	top: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
}
#content #confirm #centre_box #thanks {
	margin: 50px;
}
#content #header a:active,a:link,a:visited,a:hover {
	border: 0px none #000000;
	
}

