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

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

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

label, .label {
	text-align:right;
	display: inline;
	float: left;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}

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

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



input, textarea, .forminputwrapper {
	/*clear: both;*/
	display:inline;
	font-size: 14px;
	font-family: inherit;
}

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

.error_message{
	display:inline;	
}

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;
	/*margin-left: 160px;*/
}

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;
}

.checkboxleft {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}

