#mainError {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 10px;
	padding: 5px;

	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #a00;

	background-color: #ffffaa;
	border: 1px solid #a00;
}

#form {
	color: #003398;
	}

	#form #f_submit {
		padding: 2px;
		width: 150px;
		height: 30px;
		margin-right: 30px;
		overflow: hidden;
	}

	#form #f_reset {
		width: 150px;
	}

	#form fieldset {
		width: auto;
		overflow: hidden;
		border: 1px solid #003599;
		background: transparent url(/images/form_bg.jpg) 0 0 repeat-y;
		padding: 10px;
		margin-bottom: 30px;
	}
	
		#form fieldset span.legend {
			font-style: italic;
			font-size: 14px;
			font-weight: bold;

			background-color: #fff;

			position: relative;
			top: -26px;
		}
		
		#form fieldset p {
			margin-bottom: 9px;
		}
		
		#form fieldset label {
			font-weight: bold;
			font-size: 12px;

			margin-left: 160px;
			width: 180px;
			float: left;
		
			position: relative;
			top: 6px;
		}
		
			#form fieldset label.inline {
				margin-left: 50px;
				padding-right: 5px;
				float: none;

				position: relative;
				top: 0px;
			}
			
		#form fieldset input {
			padding: 2px;
			padding-bottom: 1px;
		}

span.error {
	margin-left: 10px;
	color: #a00;
	font-weight: bold;
}
