@charset "UTF-8";
form {
	margin: 20px 0;
	color: #CDC4E7;
}
input, option, select, textarea {
	background-color: #CDC4E7;
	width: 98%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input#btn {
	background-image: url(images/btn_submit.gif);
	height: 24px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	color: #e9aec3;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input#btn:hover {
	background-image: url(images/btn_submit_over.gif);
	height: 24px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	color: #e9aec3;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
fieldset {
	border: none;
}
