/*
Error reporting
---------------------
*/

#errorReport {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ff3300;
}
#errorReport dt {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
#errorReport dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 8px;
}
.errorMessage {
	font-weight: bold;
	color: #ff0000;
}

/*
Generic form elements
---------------------
*/

form {
	display: block;
	margin: 20px 0px 20px 0px;
}

form.noMargin {
	margin: 0px 0px 0px 0px;
}

form h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 3px 3px 3px 8px !important;
	background-color: #365ab0;
	color: #ffffff !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 16px !important;
	text-align: left;
	text-transform: uppercase;
	border: none !important;
}

.mandatory {
	color: #ff3300;
}

form #formArea {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #e2eeff;
	border-left: 1px solid #6d9ada;
	border-right: 1px solid #6d9ada;
	border-bottom: 1px solid #6d9ada;
}

form #formArea p {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 9px;
}
form #formArea ol {
	margin-bottom: 9px;
	margin-top: 9px;
}

form input.fullWidth, form textarea.fullWidth, form select.fullWidth {
	width: 370px;
}

form input.smallWidth, form textarea.smallWidth {
	width: 75px;
}

form select.limitWidth {
	width: 150px;
}

/*
Standard area elements
---------------------
*/

form #formArea.standard p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
}

form #formArea.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 9px 0px 9px;
	color: #365ab0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

form #formArea.standardInline p {
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 5px 9px;
}

form #formArea.standardInline label {
	color: #8f6c92;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

form #formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 180px;
}

form #formArea.tabbed label {
	display: block;
	position: absolute;
	top: 14px;
	left: 8px;
	width: 160px;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

/*
Other form elements
---------------------
*/

form .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #365ab0;
	font-weight: normal;
}

form #submitArea, form #submitAreaLeft {
	display: block;
	height: 35px;
	background-color: #6d9ada;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
form #submitAreaLeft {
	text-align: left;
}

form #submitArea p {
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
}
form #submitAreaLeft p {
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
}

form #submitArea input {
	font-size: 13px;
	margin: 0px 30px 0px 30px;
}
form #submitAreaLeft input {
	font-size: 13px;
}
