fieldset {
	border:				none;
}

input.text, textarea, select {
	padding:				5px 0px;
	width:					310px;
	font-family:			Arial, Helvetica, Verdana;
	color:					#4f4d4d;
	font-size:				1em;
	border:					none;
	background:				url(../images/bg_form_field.png) repeat-x bottom left;
	line-height:			1.29em;
}

textarea {
	background:				url(../images/bg_form_field_textarea.png) top left;
	height:					200px;
	line-height:			1.57em;
}

select {
	width: 				auto;
}

div.field {
	margin-bottom:		15px;
	clear:				both;
}

div.field label.left {
	display:			block;
	float:				left;
	width:				145px;
	font-family:		TheSerifOfficeLFRegular;
	font-size:			1.14em;
	margin-bottom:		5px;
	padding-top:		6px;
}

div.field.requiredField label.left {
	padding-top:		4px;
}

div.field.requiredField label.left:after {
	content:			" *";
	color:				#ff5858;
	font-weight:		bold;
	font-size:			1em;
}

div.middleColumn {
	margin-left:		150px;
}

div.field.nolabel div.middleColumn {
	margin-left:		0px;
}

div.middleColumn.literalFieldArea {
	padding:			3px;
}

p.field.checkbox {
	margin:				10px 0px 10px 202px;
}

label.required, div.field span.message.required, div.field span.message.validation {
	display:			block;
	padding:			5px;
	margin-top:			5px;
	border:				1px dotted #fff;
	color:				#fff;
	background:			#ff5858;
	width:				300px;
	font-size:			0.71em;
	font-weight:		bold;
}

ul.optionset {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0px;
}

ul.optionset li {
	margin:				0px 0px 2px 0px;
	padding:			3px 0px;
}

div.field.optionset {
	margin-bottom:		3px;
}

div.Actions {
	text-align:			right;
	margin-bottom:		20px;
}

div.Actions input {
	background:			url(../images/bg_button_submit.png) no-repeat;
	width:				170px;
	height:				44px;
	border:				none;
	color:				#fff;
	font-family:		TheSerifOfficeLFRegular;
	font-size:			1.29em;
	font-weight:		bold;
}

form p.message {
	border:				2px solid #d8d8d8;
	padding:			5px;
}

form p.message.good {
	background:			#0cad3d;
	color:				#fff;
}

.typography .FormHeading {
	margin:				5px 0px;
}
