#genericForm {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
}

.redText {
	color: #ff3300;
}

#genericForm #FormArea {
	display: block;
	width: 518px;
	position: relative;
	background-color: #ffdbc2;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

/*
Standard area elements
---------------------
*/

#genericForm #FormArea.standard p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
}

#genericForm #FormArea.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 9px 0px 9px;
	color: #0f0848;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

#genericForm #FormArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 180px;
}

#genericForm #FormArea.tabbed label {
	display: block;
	position: absolute;
	top: 12px;
	left: 9px;
	width: 160px;
	color: #0f0848;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Other form elements
---------------------
*/

#genericForm .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #4c75a2;
	font-weight: normal;
}

#genericForm #SubmitArea {
	display: block;
	background-color: #ff6e0d;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
}

#genericForm #SubmitArea p {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

#genericForm #SubmitArea input {
	font-size: 13px;
	margin: 0px 30px 0px 30px;
}