/* forms */
form {
	margin: 0;
}

form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}

form div.date{
	margin-left: 0em;
}

label {
	display: block;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}

label.wide {
	display: block;
	width: 100%;	
	font-size: 14px;
	padding-right: 20px;
}

input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}

input, textarea {
	clear: both;
	display:block;
	font-size: 14px;
	font-family: inherit;
}

select {
	clear: both;
	vertical-align: text-bottom;
	font-size: inherit;
	font-family: inherit;
	color:#666;
	border:none;
	outline:none;
}

option {
	font-size: inherit;
	font-family: inherit;
	padding: 0 0.3em;
	outline:none;
}

input[type=submit] {
	display: inline;
	vertical-align: bottom;
}

div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}

div.optional {
	clear: both;
	color:#555;
}

div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}

form .form_error{
	display:block !important;
	background-color: #FFDFDF !important;	
}