/* Cold Stone Creamery Forms (for dark backgrounds) */
input,textarea,select {
	color: #000000;
	border: 1px solid #c4a059;
	background-color: #feeecb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input,textarea {
	/* hide from IE mac \*/
	background-image: url(images/L.Bg/textbox_back_light.jpg);
	background-repeat: repeat-x;
	/* end hiding from IE5 mac */
}
select{
	background-color: #feeecb;
}
.required {
	/* hide from IE mac \*/
	background-image: url(images/L.Bg/textbox_required_light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
.invalidInput{
	/* hide from IE mac \*/
	background-image: url(images/L.Bg/textbox_invalid_light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
.validInput{
	/* hide from IE mac \*/
	background-image: url(images/L.Bg/textbox_valid_light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
.button {
	background-color: #b33e35;
	background-image: url(images/L.Bg/button_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 3px double #C4A059;
	font-weight: bold;
	color: #FFFFFF;
	/* hide from IE mac \*/
	height: 28px;
	/* end hiding from IE5 mac */
}
.requiredText {
	font-size: 18px;
	font-weight: bold;
	color: #b33e35;
}