/**** Form Section ****/

form ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form li
{
	width: 60%;
	display: block;
	margin-bottom: 6px;
	padding: 4px;
}

/**** Buttons ****/
input.button_text
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	overflow: visible;
	padding: 0 7px;
	width: auto;
}

/**** Inputs and Labels ****/
label.description
{
	padding: 0 0 1px;
}

label.obligatorydescription
{
	font-weight: bold;
	padding: 0 0 1px;
}

input.text, textarea.textarea, select.select
{
	font-family: Trebuchet MS, Arial, Helvetica;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	margin: 0;
	padding: 2px 0;
	width: 99%;
}

textarea.medium
{
	height: 10em;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color: #fff7d0;
	visibility: visible;
}
