fieldset {
	border:				none;
}

fieldset label.FormHeading {
	display:			block;
	clear:				both;
	font-size:				small;
	font-weight:			bold;
	margin-bottom:			10px;
	color:					#0099ff;
}

input.text, textarea, select {
	font-family:		Arial, Verdana;
	font-size:			small;
	color:				#6a6a6a;
	padding:			2px;
	border:				1px solid #000;
	width:				300px;
	background-color:	#fff;
}



select {
	width: auto;
}

div.field, fieldset p.field {
	margin-bottom:		10px;
	clear:				both;
}

div.field label.left {
	float:				left;
	display:			block;
	width:				150px;
}

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;
}

.checkboxset li{
	list-style-type:		none;
}

.typography form fieldset ul {
	list-style-image:		none;
}

span.message.required {
	clear:					both;
}

span.middleColumn {
	display:				block;
	float:					left;
	margin-bottom:			10px;
}

span.fieldgroup {
	clear:					both;
}

span.fieldgroup input.text {
	width:					200px;
}

form h1, form h2, form h3, form h4, form h5 {
	clear:					both;
}
