form {
	margin-bottom:		15px;
}

fieldset {
	border:				none;
}

input.text, textarea, select {
	font-family:		Trebuchet MS, Helvetica, Verdana;
	color:				#4e4e4e;
	padding:			2px;
	border:				1px solid #4e4e4e;
	width:				350px;
	margin-left:		20px;
}
select {
	width: 				auto;
}

div.field {
	clear:				both;
	margin-bottom:		5px;
	padding:			0px 5px;
}

div.field label.left {
	display:			block;
	float:				left;
	width:				150px;
	line-height:		22px;
}

div.Actions {
	margin-left:		173px;
}

label.FormHeading {
	clear:				both;
	float:				none;
	display:			block;
	font-weight:		bold;
	border-bottom:		1px solid #4e4e4e;
	margin-top:			20px;
	margin-bottom:		10px;
	padding-bottom:		5px;
}

div.field span.message {
	display:			block;
	margin:				5px 0px 5px 0px;
	padding:			10px 5px 10px 10px;
	clear:				both;
}

div.field span.message.required, div.field span.message.validation{
	border:				2px solid #4e4e4e;
	background-color:	#e1abab;
	font-weight:		bold;
}

form.login_form {
	margin-top:			5px;
}

.typography ul.optionset {
	list-style-type:	none;
	margin:				0px;
	margin-left:		200px;
	padding:			0px;
}

.typography ul.optionset li {
	margin-bottom:		5px;
	margin-left:		0px;
}

.typography form p {
	clear:				both;
}

.typography fieldset h2 {
	clear:				both;
	margin-top:			20px;
}