fieldset {
	border:				none;
}

input.text, textarea, select {
	font-family:		Arial, Verdana;
	font-size:			small;
	color:				#6a6a6a;
	padding:			2px;
	border:				1px solid #a7a8a8;
	width:				200px;
	background-color:	#dadada;
}
select {
	width: auto;
}

div.field {
	clear:				both;
	margin-bottom:		10px;
}

div.field label.left {
	float:				left;
	display:			block;
	width:				200px;
}

label.FormHeading {
	clear:				both;
	float:				none;
	display:			block;
	font-weight:		bold;
	border-bottom:		1px solid #cecdcd;
	margin-top:			20px;
	margin-bottom:		10px;
}

div.field span.message {
	display:			block;
	margin:				5px 0px 5px 0px;
	padding:			10px 5px 10px 10px;
}

div.field span.message.required, div.field span.message.validation{
	border:				2px solid #cc3333;
	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:		0px;
}

.typography form p {
	clear:				both;
}