@charset "utf-8";
form fieldset {
	clear: both;
}

	form fieldset ul {
		list-style: none;
		list-style-type: none;
		overflow: hidden;
		margin-bottom: 10px;
	}

		form fieldset ul li {
			list-style: none;
			list-style-type: none;
			float: left;
		}

		form fieldset ul li.clear {
			clear: both;
			float: none;
		}

			form fieldset ul li label {
				color:#808080;
				cursor: pointer;
				display: block;
				font-weight: bold;
				padding-right: 7px;
				padding-left: 3px;
				padding-top: 2px;
				float: left;
				font-size: 85%;
			}

			form fieldset ul li label:hover {
				color: #d6002e;
			}

			form fieldset ul li label.static {
				width: 105px;
				min-width: 105px;
				max-width: 105px;
			}

.input_wrapper_105 {
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -518px -205px;
	width: 105px;
	min-width: 105px;
	max-width: 105px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;					
	float: left;
}

	.input_wrapper_105 input {
		margin-top: 2px;
		margin-left: 5px;
		width: 92px;
		min-width: 92px;
		max-width: 92px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #808080;
		font-weight: bold;
		outline: none;
		border: none;
		background-color: transparent;
	}

.input_wrapper_165 {
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -630px -205px;
	width: 165px;
	min-width: 165px;
	max-width: 165px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;					
	float: left;
}

	.input_wrapper_165 input {
		margin-top: 2px;
		margin-left: 5px;
		width: 152px;
		min-width: 152px;
		max-width: 152px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #808080;
		font-weight: bold;
		outline: none;
		border: none;
		background-color: transparent;
	}

.input_wrapper_307 {
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -164px -7px;
	width: 307px;
	min-width: 307px;
	max-width: 307px;
	height: 27px;
	min-height: 27px;
	max-height: 27px;
	float: left;
}

	.input_wrapper_307 input {
		margin-top: 5px;
		margin-left: 7px;
		width: 290px;
		min-width: 290px;
		max-width: 290px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #808080;
		font-weight: bold;
		outline: none;
		border: none;
		background-color: transparent;
	}

.textarea_wrapper_477 {
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -10px -628px;
	width: 477px;
	min-width: 477px;
	max-width: 477px;
	height: 96px;
	min-height: 96px;
	max-height: 96px;
	float: left;
}

	.textarea_wrapper_477 textarea {
		margin-top: 5px;
		margin-left: 7px;
		width: 461px;
		min-width: 461px;
		max-width: 461px;
		height: 84px;
		min-height: 84px;
		max-height: 84px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #808080;
		font-weight: bold;
		outline: none;
		border: none;
		resize: none;
		background-color: transparent;
	}

.input_sidetext {
	float: left;
	color: #b2b2b2;
	font-size: 85%;
	font-style: italic;
	padding-left: 5px;
}

button.submit_button {
	display: block;
	background-image: url(../_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -522px -315px;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	width: 61px;
	min-width: 61px;
	max-width: 61px;
	text-indent: -9999px;
	border: none;
	margin-top: 2px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

button.submit_button:hover {
	background-position: -583px -315px;
}

