@charset "utf-8";
/* CSS Document */

#content form {
	margin: 0;
	padding: 0;
}

#content fieldset {
	border: none;
	border-top: 1px solid #c3c9ae;
	margin: 10px 0 5px 0;
	padding: 0;
	clear: both;
}

#content legend {
	margin: 0 0 0 -10px;
	font-weight: bold;
	font-size: 14px;
	color: #465560;
	padding: 5px 2px 10px 0;
}

	#content form p {
		display: block;
		clear: both;
	}

	#content p label {
		display: block;
		font-weight: bold;
	}
	
		#content p label.req {
			background: url(/i/icons/asterisk.png) no-repeat 0 50%;
			padding: 0 0 0 8px;
		}
	
		#content p label em {
			color: #6b7780;
			font-size: 10px;
			padding: 0 0 0 5px;
			font-weight: normal;
		}
	
	#content p input, p textarea {
		border: 1px solid #9099a0;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
		#content p textarea {
			width: 500px;
			height: 150px;
		}
		
#content div.submit {
	border-top: 1px solid #687934;
	padding: 15px;
	background: #e8ebe1;
}

	#content div.submit input {
		font-weight: bold;
		padding: 5px 15px 5px 15px;
	}
	
/* */

#processing {
	padding: 18px 1px 19px 70px;
	line-height: 1.4em;
	margin: 4px 0 12px 0;
	border: 1px solid #0fa80a;
	background: white url(/i/loading.gif) no-repeat 18px 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0fa80a;
	display: none;
}	

.readonly {
	border-color: #a7a9ac;
	color: #a7a9ac;
	background: #e6e7e8;
}
