.input_boxes {
	background:transparent url(http://www.nottingham-arena.com/images/cssinput.jpg) no-repeat top right;
	height:28px;
	padding-top:4px;
	text-indent:10px;
	width:249px;
	border: 1px solid #000;
}
html,body {
				margin: 0;
				padding: 0;
				}
				
body {
				font-family: "Helvetica Neue", arial, helvetica, sans-serif;
				font-size: 62.5%;
				color: #C8C878;
				background-color: #000000;
				}

p {
				font-size: 1.4em;
				line-height: 1.0em;
				margin: 18px 10px 5px 10px;
				padding: 0;
				}
				
label				{
				display:block;
				padding-bottom:5px;
				margin-top:20px;
				}

.tempt {
				font-size: 1.4em;
				line-height: 1.4em;
				color: #FFFFFF;
				}

h2 {
				margin: 40px 10px 5px 10px;
				}

h3 {
				margin: 10px 10px 5px 10px;
				font-size: 2.0em;
				}

a {
				color: #FFFFFF;
				}

a:link, a:visited {
				color: #FFFFFF;
				}

a:hover {
				color: #C8C878;
				}



#wrapper {
				margin: 0 auto;
				margin-top: 20px;
				width: 640px;
				background: #000 url(/images/site_images/control_header.gif) top left no-repeat;
				padding-top: 60px;
				}
				
#wrapper2 {
				margin: 0 auto;
				margin-top: 0px;
				width: 640px;
				background: #000 url(/images/site_images/control_header.gif) top left no-repeat;
				padding-top: 50px;
				}



.button {
				width: auto;
				}

.check {
				width: auto;
				margin-right: 5px;
				}

#col1 {
				float: left;
				width: 180px;
				}

#col2 {
				float: left;
				width: 180px;
				}

#col3 {
				float: left;
				width: 180px;
				}

#col1 p, #col2 p, #col3 p {
				font-size: 1.2em
				}
#go {
				clear: left;
				float: right;
				padding-top: 0px;
				}

.interest {
				width: auto;
				}

form {
				margin: 20px;
				padding: 10px;
				}

legend {
				padding-left: 160px;
				color: #C8C878;
				font-size: 1.4em;
				}

fieldset {			
				}
.signup_fields			{
				padding: 10px;
				}
.signup_selection		{
				white-space:nowrap;
				}
.subtexts			{
				font-size: 10px;
				padding-left: 30px;
				}
.labels {
    display: block;
    padding-left: 20px;
    text-indent: -15px;
    font-size: 16px;
}
.inputs {
    width: 25px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.fieldbox {
	background:transparent url(http://www.nottingham-arena.com/images/cssinput.jpg) no-repeat top left;
	float:left;
	height:27px;
	padding-left:5px;
}


//Textarea style
.msgbox {
	background:transparent url(http://www.nottingham-arena.com/images/cssinput.jpg) no-repeat top left;
	float:left;
	height:110px;
	padding-left:5px;
}

textarea {
	background:transparent url(http://www.nottingham-arena.com/images/cssinput.jpg)  no-repeat top right ;
	height:110px;
	padding-top:5px;
	width:200;
}
//Button Style
#sendbutton {
	background:#e9e9e9; color:#fff;
	cursor:pointer;
	padding:5px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}

