@charset "utf-8";
#email input[type="submit"] {
	background-image: url(../images/common/submit_btn.gif);
	background-repeat: no-repeat;
	background-color: transparent !important;
	color: #330000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 26px;
	width: 26px;
}
#email input[type="text"] {
	background-color: #FFCC99;
	border: 2px solid #660000;
	color: #660000;
}

#survey input[type="submit"] {
	background-color: #FF9900 !important;
	color: #330000;
}
#survey input[type="reset"] {
	background-color: #999999 !important;
	color: #3300000;
}

#survey input[type="text"] {
	color: #333333;
}
.red {
	color: #CC0000;
}
#survey {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #8F7862;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
