@charset "utf-8";
/* CSS Document */
body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.buttonClear, .buttonSend {
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	width: 120px;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
}
.buttonClear {
	background-image: url(/images/button1.gif);
}
.buttonSend {
	background-image: url(/images/button2.gif);
}
.red {
	color: red;
}
.thanks {
	background-color: #60b751;
	color: #000;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
.error {
	background-color:#ef3e42;
	color:#fff;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
.centered {
	margin: 0px auto;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.confirmRequiredState .confirmRequiredMsg,
.confirmInvalidState .confirmInvalidMsg
{
	display: block;
	color: #C60;
	background-color:#fd6;
	border: 0;
	padding: 3px;
	width: 230px;
}