* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial;
	/*text-align: center;*/
	background: #030303 url(images/bodybg.gif) repeat-x 0 0;
	color: #6E6E6E;
	padding-bottom: 40px;
}
img {
	border: 0;
}
.break {
	clear: both;
}

#buffer {
	width: 779px;
	margin: 30px auto 20px;
	background: #030303 url(images/wrapper.gif) repeat-y 0 0;
}
#bufferwide {
	width: 1000px;
	margin: 30px auto 20px;
	background: #030303 url(images/wrapper.gif) repeat-y 0 0;
}
#bottom {
	background: transparent url(images/bottom.gif) no-repeat bottom center;
	padding-bottom: 20px;
}
#wrapper {
	background: transparent url(images/top.gif) no-repeat 0 0;
	text-align: center;
	padding: 50px 0 30px;
}
#wrapperwide {
	background: transparent url(images/topwide.gif) no-repeat 0 0;
	text-align: center;
	padding: 50px 0 30px;
}

#logo {
	text-indent: -9999px;
	width: 485px; height: 79px;
	background: url(images/logo.gif) no-repeat 0 0;
	margin: auto auto 35px;
}

.field {
	color: #FAF28D;
	font: 1.6em Arial;
	text-align: left;
	margin: 0 80px 5px;
	padding: 10px 18px;
	border-bottom: 1px dotted #717171;
}
.last {
	border-bottom: 0;
}
.label {
	width: 32%;
	float: left;
}
.input {
	width: 68%;
	float: right;
}
.note {
	color: #AFAFAF;
	font-size: 0.55em;
	width: 120px;
}
.button {
	width: 107px; 
	padding: 5px 0 10px;
	margin: 10px 0 0 5px;
	background: url(images/button.gif) no-repeat 0 0;
	display: block;
	font: bold 0.55em Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.textfield {
	background: #030303 url(images/input.gif) no-repeat 0 0;
	width: 396px; height: 36px;
	float: left;
}
.textarea {
	background: #030303 url(images/textarea.gif) no-repeat 0 0;
	width: 395px; height: 100px;
}
.textarea textarea {
	color: #AEAEAE;
	background-color: transparent;
	border: none;
	width: 95%; height: 75px;
	position: relative;
	top: 10px; left: 10px;
}
.textfield input {
	color: #AEAEAE;
	background-color: transparent;
	border: none;
	width: 92%;
	position: relative;
	top: 4px; left: 10px;
}
.input textarea {
	border: 0;
	background-color: #030303;
}
.field select {
	background-color: #030303;
	border: 2px solid #2D2D2D;
	color: #AEAEAE;
	padding: 2px;
}
