/* input styles */
input, label, select, textarea{
	font-family:Verdana, Arial;
	font-size:1em;
}

table.Button{
	border:1px solid #B1BDCB;
}
td.Button{
	border:1px solid white;
}
input.Button{
	background-image:url(../_images/backgrounds/button.gif);
	background-repeat:repeat-x;
	background-color:#F4F1EE;
	border:0px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	text-transform:uppercase;
}
input.Text, select.Select, textarea.Textarea{
	background-color: White;
	border:1px solid Black;
	color:#FA4E07;
	margin:0;
	padding:3px;
	width:95%;
}
input.TextError, select.SelectError, textarea.TextareaError{
	background-color:#FBF5F5;
	border:1px dotted #9D2602;
	margin:0;
	padding:3px;
	width:95%;
}
input.TextHighlight, select.SelectHighlight, textarea.TextareaHighlight{
	background-color:#FBD096;
	border:1px solid #C4B19E;
	color:#FA4E07;
	margin:0;
	padding:3px;
	width:95%;
}

/* display styles */
div.ErrorMessage{
	background-color:#F8EDED;
	border:1px dotted #9D2602;
	color:#9D2602;
	display:block;
	font-family:Verdana, Arial;
	font-size:9px;
	padding:5px;
	text-align:left;
	width:90%;
}
