/*-- Form Styles --*/
span.requiredFieldIndicator {
	color : #CC3300;
	font-style : normal;
	font-weight : normal;
}
span.requiredLabel {
	font-family : Verdana, Arial, sans-serif;
	font-size : 80%;
	font-weight : normal;
}
span.userError {
	font-weight : normal;	
}
.elementPadding {
	padding : .2em 0em .2em 0em;
}
.stdButton {
	
}


form.formattedForm {
	margin : 1.3em 0em 1.3em 0em;
}
form.formattedForm img,
form.formattedForm input,
form.formattedForm button,
form.formattedForm select,
form.formattedForm textarea,
form.formattedForm fieldset {
	display : block;
}
form.formattedForm input.inlineElement {
	display : inline;
}

/*-- Form Error Styles --*/
table.formErrors {
	margin : 1.3em 0em 1.3em 0em;
	background : #EDEDED;
}
table.formErrors td {
	padding : .8em .8em .8em .8em;
}
table.formErrors p {
	margin : .1em 0em .1em 0em;
	font-weight : bold;
	color : #CC3536;
}

/*-- Form Confirmation Buttons --*/
table.formButtons {
	
}
table.formButtons div.formButtonSpacer {
	width : .8em;
}
