/* Form UI Elements */
div.FormFieldError {
	color: red;
	font-weight: bold;
}

div.FormFieldDescription {
	font-size: 0.8em;
	color: #555;
	font-weight: bold;
}

input.FormInvalidValue {
	border: solid red 1px;
	color: red;
}

.PimpForm th {
	vertical-align: top;
}

.PimpForm label {
	display: block;
	padding-top: 3px;
	padding-left: 4px;
}

.PimpForm  input,
.PimpForm  textarea,
.PimpForm select {
	border: 1px solid #8496ba;
	padding: 2px;
}

.PimpForm input:focus,
.PimpForm textarea:focus,
.PimpForm select:focus {
	border: 1px solid #4040a0;
}

.PimpForm input.Error,
.PimpForm textarea.Error,
.PimpForm select.Error{
	border: 1px solid red;
}

.PimpForm  textarea {
	margin: 0;
	padding: 5px 3px 5px 0;
}

.PimpForm option.Highlight {
	font-weight: bold;
}

.PimpForm  input.InputSubmit {
	padding-top:2px;
	padding-bottom:3px;
	margin-right:5px;
}

span.FormFieldMandatory {
	color: #ff6060;
	font-size: 0.8em;
}

.PimpForm div.FormAgreementText {
	width: 450px;
	height: 150px;
	overflow: auto;
	border: solid black 1px;
	padding:2px;
}

.PimpForm .ErrorIcon {
	margin-right: 8px;
	height: 16px;
	width: 16px;
	background-image: url(images/triangle_error.gif);
	display: -moz-inline-box;
	display: inline-block;
}
