#Form_Form {
	margin-bottom:		20px;
}

fieldset {
	border:				none;
}

input.text, div.popupdatetime input, div.dropdowntime input, div.calendardate input, textarea, select {
	font-family:		Arial, Helvetica, Verdana;
	font-size:			small;
	color:				#000;
	padding:			2px;
	border:				1px solid #000;
	width:				300px;
}

input.action {
	border:				1px solid #000;
	background:			#326767;
	color:				#fff;
	cursor:				pointer;
}

div.fieldgroupField {
	float:				left;
	margin-right:		10px;
}

div.fieldgroupField input.text, div.fieldgroupField select {
	width:				auto;
}

div.fieldgroupField {
	line-height:		22px;
}

div.field, div.fieldgroup {
	clear:				both;
	margin-bottom:		1px;
	padding:			0px;
}

div.field label.left {
	float:				left;
	display:			block;
	width:				175px;
	padding-right:		10px;
	line-height:		22px;
}

div.middleColumn {
	margin-left:		185px;
}

label.FormHeading {
	clear:				both;
	float:				none;
	display:			block;
	font-weight:		bold;
	border-bottom:		1px solid #666;
	margin-top:			20px;
	margin-bottom:		10px;
	padding-bottom:		5px;
}

label.required {
	display:			block;
	padding:			5px;
	color:				#ff0000;
}

div.field span.message, .typography p.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 #666;
	background-color:	#e1abab;
	font-weight:		bold;
}

.typography p.message.good {
	border:							2px solid #185310;
	background:						#3cdb27;
	font-weight:				bold;
}

span.requiredFieldMarker {
	color:				#ff0000;
}

.typography ul.optionset {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}

.typography ul.optionset li {
	margin-bottom:		0px;
	margin-left:		0px;
}

.typography form p {
	clear:				both;
}

.typography form p.checkbox {
	padding:			2px;
	margin:				0px 0px 1px 0px;
}

.typography form p.requiredFieldsHint {
	margin:				20px 0px 0px 185px;
}

div.Actions {
	margin:				20px 0px 0px 185px;
}

.typography form h1.spacer,
.typography form h2.spacer,
.typography form h3.spacer,
.typography form h4.spacer,
.typography form h5.spacer,
.typography form h6.spacer {
	margin-top:		10px;
}

div.popupdatetime {
	margin:				0px;
	padding:			0px;
	clear:				both;
	background:			red;
}

div.popupdatetime ul {
	margin:				0px;
	padding:			0px;
}

div.popupdatetime ul li {
	margin:				0px;
	margin-bottom:		10px;
	padding:			0px;
}

div.popupdatetime input, div.dropdowntime input, div.calendardate input {
	width:				auto;
	display:			inline !IMPORTANT;
}

li.calendardate {
	clear:				both;
	margin-bottom:		10px;
}

ul.SelectionGroup {
	background:			#ffedc7;
	margin:				0px;
	padding:			0px;
}

ul.SelectionGroup li {
	margin:				0px;
	padding:			0px;
	background:			#ffedc7;
}

ul.SelectionGroup div.middleColumn {
	margin:				20px;
	padding:			0px;
	background:			#fcf7e9;
}

div.SelectionGroup li input.radio {
	display:			inline !IMPORTANT;
}

ul.SelectionGroup  div.fieldgroupField {
	float:				none;
	line-height:		normal;
	margin:				0px;
	margin-bottom:		10px;
	padding:			0px;
}