form {
	line-height: 1.5em;
}
fieldset {
	padding: 0px;
	text-align: left;
	border: none;
	margin-bottom: 1em;
}
fieldset.right {
	text-align: right;
}


legend {
}
label {
	font-size: 12px;
}
label.none {
	float: left;
	width: 0em;
	display: inline;
}

label.left {
	width: 10em;
	margin-right: 1em;
	float: left;
}

input {
	color: #000;
}
input:focus {
	background: #EEE;
}
input.left {
	clear: both;
	float: left;
	width: auto;
	margin-right: 0.5em;
	margin-left: 0em;
}

input.right {
	clear: both;
	width: auto;
	margin-left: 10em;
	margin-right: 0.5em;
}






textarea {
	font: 13px Arial, Helvetica, sans-serif;
}
textarea:focus {
	background: #EEE;
}


select {
	float: left;
	color: #000;
	background: #FFF;
}
select:focus {
	background: #EEE;
}

option {
}
br {
	clear: both;
}
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
