form {
	padding: 0px;
	margin: 0px;
}

form.request {
	margin-top: -20px;
}

fieldset {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.request fieldset {
	background: url(../img/fieldset.gif) bottom no-repeat;
	border-top: 1px dotted #BFB971;
	padding: 10px 15px 0px 15px;
}

.request legend {
	margin: 0px;
	padding: 15px;
	background: #FFFFFF;
}

label {
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px dashed #EFEDDB;
	margin-bottom: 7px;
}

label span {
	display: block;
	float: left;
	width: 120px;
	padding-bottom: 15px;
}

label span.auto {
	padding-right: 15px;
}

label input {
	width: 200px;
}

input.submit, input.auto, label span.auto {
	width: auto;
}

input {
	/*padding: 1px;*/
}

textarea {
	width: 600px;
}

textarea.wide {
	width: 720px;
}

input.search {
	width: 150px;
	text-align: right;
	/*filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;*/
}

input.sendnews {
	width: 140px;
}

.nodisplay {
	display: none;
}