#errorReport {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ff3300;
}
#errorReport dt {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#errorReport dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 15px;
}

.formArea {
	display: block;
	position: relative;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f2f1fa;
}

.formTitle h2 {
	display: block;
	margin: 8px 0px 1px 0px !important;
	padding: 2px 4px 2px 4px !important;
	background-color: #9693d8 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 15px !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.formArea input, .formArea textarea {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.maxSize {
	width: 435px;
}

.fullWidth {
	width: 435px;
}
.fullWidthPadded {
	display: block;
	margin-top: 6px !important;
}

.mandatory {
	color: #FF3300;
	font-weight: bold;
}

/*
Standard area elements
---------------------
*/

.standard p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
}

.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	color: #504bbf;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 190px;
}

.tabbed label {
	display: block;
	position: absolute;
	top: 13px;
	left: 10px;
	width: 160px;
	color: #504bbf;
	font-weight: bold;
}
.tabbed label.lower {
	top: 39px;
}

.tabbed dl {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 150px;
}

.tabbed dd {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

.tabbed .addButton, .tabbed .minusButton {
	display: none;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 21px;
	height: 21px;
}
.tabbed .addButton a, .tabbed .minusButton a {
	display: block;
	width: 21px;
	height: 21px;
}
.tabbed .addButton a span, .tabbed .minusButton a span {
	display: block;
	text-indent: -10000px;
}
.tabbed .addButton a {
	background-image: url("/images/common/plus_button_off.gif");
	background-repeat: no-repeat;
}
.tabbed .addButton a:visited {
	background-image: url("/images/common/plus_button_off.gif");
	background-repeat: no-repeat;
}
.tabbed .addButton a:hover {
	background-image: url("/images/common/plus_button_on.gif");
	background-repeat: no-repeat;
}
.tabbed .minusButton a {
	background-image: url("/images/common/minus_button_off.gif");
	background-repeat: no-repeat;
}
.tabbed .minusButton a:visited {
	background-image: url("/images/common/minus_button_off.gif");
	background-repeat: no-repeat;
}
.tabbed .minusButton a:hover {
	background-image: url("/images/common/minus_button_on.gif");
	background-repeat: no-repeat;
}

/*
Other form elements
---------------------
*/

.formArea .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #504bbf;
	font-weight: normal;
}

#submitArea {
	display: block;
	width: 100%;
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #ffbc25;
	text-align: center;
}

#submitArea p {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#submitArea .button {
	margin: 2px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 225px;
}

#submitArea .buttonLeft {
	float: left;
	margin-left: 90px;
}

#submitArea .buttonRight {
	float: right;
	margin-right: 90px;
}

#submitArea .button a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	background-image: url("/images/common/button_off.gif");
	background-repeat: no-repeat;
}
#submitArea .button a:visited {
	background-image: url("/images/common/button_off.gif");
	background-repeat: no-repeat;
}
#submitArea .button a:hover {
	background-image: url("/images/common/button_on.gif");
	background-repeat: no-repeat;
	color: #524dc0;
}

#submitArea input {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

