#contact{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#contact_form {
	width:530px;
	height: auto;
	margin: 0;
}
fieldset{
	padding: 0px;
}
input{
	font-weight: normal;
	border: 0;
}
input.details{
	font-size: 0.9em;
	padding: 10px;
	margin: 0 0 20px 0;
	height: 15px;
	width: 410px;
	background: url(../images/bg_input.gif) top center no-repeat;
}
input.code{
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	height: 15px;
	width: 120px;
	background: url(../images/bg_code.gif) top center no-repeat;
  }
.codenumber{
	float: left;
	width: auto;
	height: auto;
	padding: 0 25px;
	margin: 40px 0 0 0;
	text-align: center;
	color:  #1d1a16;
	background: url(../images/bg_codenumber.gif) top center no-repeat;
}
.codenumber img{
	display: block;
	padding: 0 0 5px 0;
}
#textarea{
	height: 350px;
	width: 430px;
	background: url(../images/bg_textarea.gif) top center no-repeat;
	float: left;
	margin: 0 0 20px 0;
}
#textarea textarea{
	padding: 10px;
	font-weight: normal;
	border: 0 !important;
	height: 330px;
	width: 410px;
	background: transparent;
}
label{
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.submit{
	margin: 40px 0 0 0;
	border: 0;
	padding: 0;
	float:right;
	overflow: hidden;
	text-indent: -1000em;
	width: 140px;
	height: 40px;
	cursor: pointer;
	background: url(../images/submit_button.jpg) 0 0 no-repeat;
}
.submit:hover{
	background: url(../images/submit_button.jpg) 0 -40px no-repeat;
}
a, a:link, a:visited {
	color: #2d1600;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover, a:active {
	color: #245253;
	font-weight: bold
}
.box{
	clear: left;
	margin: 20px 0;
}
.clear{
	clear: both;
}
