.label {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red { color:#FF0000; }

.buttonbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FF9900;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	margin: 1px;
	padding: 8px;
	clear: left;
	height: 39px;
	width: 204px;
	border: 1px solid #FFFFFF;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	overflow: visible;
	visibility: visible;
	cursor: default;
	left: auto;
	top: 1px;
	right: auto;
	bottom: auto;
	clip: rect(1px,auto,auto,auto);
}
.redbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3300;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: 1px;
	padding: 8px;
	clear: left;
	height: 39px;
	width: 204px;
	border: 1px inset #FFFFFF;
	list-style-type: none;
	overflow: visible;
	visibility: visible;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
}
.textmater {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: table;
	margin: 1px;
	padding: 8px;
	clear: none;
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	/*position: fixed;*/
	visibility: visible;
}
.background {
	background-color: #000000;
}

.textmater-errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	/*display: table;*/
	margin: 1px;
	padding: 8px;
	clear: none;
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	/*position: fixed;*/
	visibility: visible;
}

.textmater-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: table;
	margin: 1px;
	padding: 8px;
	clear: none;
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	position: fixed;
	visibility: visible;
}

/* Validation */
.validation_message { border: solid 1px #DC8585; background-color: #FFE4E4; font: normal 10px Verdana; display: block; margin-bottom: 1px; margin-top: 1px; color: #000000; padding: 2px; }
.valid { color: #16538A; display: none; }
.invalid {color: #993300; }
    
.valid_field,
input.valid_field:hover, 
input.valid_field:active,
textarea.valid_field:hover, 
textarea.valid_field:active { font: normal 11px Verdana; color: #000000; }
    
.invalid_field, 
input.invalid_field:hover, 
input.invalid_field:active,
textarea.invalid_field:hover, 
textarea.invalid_field:active { border: 1px solid #FF0000; font: normal 11px Verdana; color: #CC0000;}
/* End Validation */
