#container {
	background:#222 url("/img/header-bg.jpg") no-repeat;
	z-index: 1;
}

#contact{
background: transparent;
}

#content {
	width:210px;
	margin-top: 116px;
	margin-left: 340px;
}

#footer {
	width:210px;
	margin-top: 400px;
}

#search {
	width:210px;
	background: transparent;
	z-index: 9999;
}

#content h3,
#required-text {
	visibility: hidden;
	display:none;

}


.submitbutton {
	font: 1.4em "Trebuchet MS", Arial, Verdana, sans-serif;
	border:0 none;
	background:#222;
	color:#fff;
	padding: 2px 7px;
	border-top:2px solid #ccc;
	border-right: 2px double #666;
	border-bottom: 2px double #666;
	border-left: 2px solid #ccc;
	width:150px;
}

.submitbutton:hover {
	color:#fc0;
}

.submitbutton:active {
	color:#fc0;
	border-top:2px solid #666;
	border-right: 2px double #ccc;
	border-bottom: 2px double #ccc;
	border-left: 2px solid #666;
}


.box {
	width:200px;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

.box label {
	width:100%;
	text-align:left;
	color:#222;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	display:block;
	line-height:22px;
}

.box label:after {
	content: '';
}

.box input, .box select, .box textarea {
	font: 1.1em Arial, Verdana, sans-serif;
	padding:3px;
	width:180px;
}