<!--

/*--------------------------------------------------------------------------------
	
	This style sheet contains the default styles for formatting all forms within
	the site.
	
--------------------------------------------------------------------------------*/

form {
}

fieldset {
	border: none;
}

legend {
}

label {
	display: block;
	float: left;
	width: 30%;
}

div.mandatory {
	font-weight: bold;
}

input, textarea, select {
	font-size: 1em;
	padding: 1px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

select {
}

form div.item {
	overflow: hidden;
	width: 100%;
	padding: .2em 0;
}

form div.field {
	display: block;
	float: left;
	width: 68%;
}

fieldset.buttons {
	padding: 1em 0 1em 30%;
}

fieldset.buttons legend {
	display: none;
}

fieldset.buttons input {
	margin: 0 .5em 0 0;
}

-->