/* Styles for forms and fields */

fieldset
{
	background-color: #DDE;
	border: 1px solid #EEF;
	margin: 0 0 1em;
	padding: 0.5em;
}

fieldset table.list	th { border-color: #EEF; }

fieldset.controls
{
	border: 0;
	border-top: 1px solid #EEF;
	text-align: right;
	background: transparent;
}

input, select, textarea	{ font-size: 1em; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; }

input.text, textarea	{ background-color: white; border: 1px solid #AAA; }

input.text:focus, textarea:focus	{ border-color: #778; }

table.list textarea	{ vertical-align: text-top; }

label		{ cursor: pointer; }

input.button
{
	border: 2px solid #89A;
	border-right-width: 10px;
	font-weight: bold;
	background-color: #568;
	color: white;
}