form {
	margin: 0;
	padding: 0;
	/*
	min-width: 500px;
	max-width: 664px;
	width: 664px;
	*/
}
form fieldset {
	/*
	clear: both;
	float: left;
	*/
	border: 0;
	margin: 0;
	width: 800px;
}
form fieldset.hidden {
	border: 0;
}
form fieldset legend {
	white-space: nowrap;
	background-color: transparent;
/*	font-weight: bold; */
	width: 593px;
	padding: 1px;
	display: block;
}
form fieldset ol {
	margin: 0;
	padding: 0;
}
form fieldset li {
	display: block;
	list-style: none;
	margin: 0;
	clear: both;
}
form label {
	margin: 0 0 0 5px;
}
form label.element {
	display: block;
	float: left;
	width: 300px;
	padding: 0;
	margin: 5px 0;
/*	font-weight: bold; */
	text-align: right;
}
form input, form textarea, form select {
	width: auto;
}
form textarea {
	overflow: auto;
}
form br {
	clear: left;
}
form div.element {
	display: inline;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 0;
	width: 345px;
}
form div.element .label_2 {
	font-size: 80%;
	color: #555;
}
form li.reqnote {
	font-size: 80%; 
	margin: 5px 0 5px 10px;
}
form span.error, form span.required {
	color: red;
}
form div.error {
	border: 1px solid red;
	padding: 5px;
}
/* form .button {
	background-color: #FF0000;
	color: #FFFFFF;
	border-color: #FF0000;
	font-size: 16px;
	font-weight: bold; */
}

a.quickform_toggle {
	padding: 0 0 0 18px;
	line-height: 18px;
	background: transparent url(images/toggle_down.gif) no-repeat;
}

a.quickform_toggle_up {
	background: transparent url(images/toggle_up.gif) no-repeat;
}
