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

form fieldset ul li {
	padding-bottom: 3px;
}

form fieldset ul li label {
	color: #757772;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 93%;
	cursor: pointer;
}
						
	form fieldset ul li input, textarea {
		font-family: Arial, Helvetica, sans-serif;
		color: #a2a2a2;
		font-size: 85%;
		font-weight: bold;
		letter-spacing: -1px;
		background-color: transparent;
		outline: none;
		border: none;
		resize: none;
	}

	form fieldset ul li input.input-131 {
		max-width: 125px;
		width: 125px;
		max-height: 22px;
		height: 22px;
		margin-top: 2px;
		margin-left: 3px;
	}

	form fieldset ul li input.input-262 {
		max-width: 276px;
		width: 276px;
		max-height: 22px;
		height: 22px;
		margin-top: 2px;
		margin-left: 3px;
	}

	form fieldset ul li textarea.input-textarea {
		max-width: 276px;
		width: 276px;
		max-height: 96px;
		height: 96px;
		margin-top: 2px;
		margin-left: 3px;
	}

	form fieldset ul li .input_wrapper_131 {
		background-image: url(/_images/_elements/sprites.png);
		background-position: -359px -3px;
		background-repeat: no-repeat;
		min-width: 131px;
		max-width: 131px;
		width: 131px;
		min-height: 22px;
		max-height: 22px;
		height: 22px;
	}

	form fieldset ul li .input_wrapper_262 {
		background-image: url(/_images/_elements/sprites.png);
		background-position: -3px -234px;
		background-repeat: no-repeat;
		min-width: 282px;
		max-width: 282px;
		width: 282px;
		min-height: 22px;
		max-height: 22px;
		height: 22px;
	}

	form fieldset ul li .input_wrapper_textarea {
		background-image: url(/_images/_elements/sprites.png);
		background-position: -3px -274px;
		background-repeat: no-repeat;
		min-width: 282px;
		max-width: 282px;
		width: 282px;
		min-height: 100px;
		max-height: 10px;
		height: 100px;
	}

	form fieldset ul li button.submit {
		display: block;
		border: none;
		padding: 0px;
		margin: 0px;
		background-image: url(/_images/_elements/sprites_buttons.png);
		background-position: 0px -421px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 114px;
		min-width: 114px;
		max-width: 114px;
		height: 27px;
		min-height: 27px;
		max-height: 27px;
		text-indent: -9999px;
		cursor: pointer;
	}

	form fieldset ul li button.submit:hover {
		background-image: url(/_images/_elements/sprites_buttons.png);
		background-position: -120px -421px;
	}		

	form fieldset ul li button.apply {
		display: block;
		border: none;
		padding: 0px;
		margin: 0px;
		background-image: url(/_images/_elements/sprites_buttons.png);
		background-position: 0px -452px;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 114px;
		min-width: 114px;
		max-width: 114px;
		height: 27px;
		min-height: 27px;
		max-height: 27px;
		text-indent: -9999px;
		cursor: pointer;
	}

	form fieldset ul li button.apply:hover {
		background-image: url(/_images/_elements/sprites_buttons.png);
		background-position: -120px -452px;
	}		
