
/**
 * form styles
 */
#content form fieldset {
	border: 1px solid #BFCAE5;
	background-color: #EDF2FE;
	padding: 1.1em 0em 0em 1em;
}
form p {
	clear: both;
	margin: 0em 0em 0.25em 0em;
}
form p label {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
form p label:after {
	content: ':';
}
form fieldset input,
form fieldset textarea,
form fieldset select {
	font: normal normal normal 1em/1.5em Verdana, Arial, sans-serif;
	border: 1px solid #5F72A3;
	color: #000;
	line-height: 1.5em;
	background: #fff;
	width: 430px;
}
form fieldset input,
form fieldset select {
	height: 1.7em;
}
form fieldset input:focus,
form fieldset input:hover,
form fieldset textarea:focus,
form fieldset textarea:hover,
form fieldset select:focus,
form fieldset select:hover {
	background-color: #FEFDE1;
}
form fieldset .text_area {
	margin-top: 0.8em;
	width: 530px;
}
form fieldset input.submit {
	text-align: center;
	height: auto;
	width: auto;
	cursor: pointer;
	height: 2.4em;
	padding: 0.3em 0.6em;
	margin: 1em 0em;
	color: #fff;
	border: 1px solid #BB6223;
	background: #DE8B3C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEB38E), to(#CA7131));
	background: -moz-linear-gradient(19% 75% 270deg, #DEB38E, #CA7131);
	text-shadow: 1px 1px 2px #F0AD69;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
form fieldset input.submit:hover {
	border-color: #E34E15;
	background: #EBBC90;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBBC90), to(#D97634));
	background: -moz-linear-gradient(19% 75% 270deg, #EBBC90, #D97634);
}