@charset "utf-8";
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

fieldset.signup {
	padding-left: 25px;
	padding-top: 80px;
}

fieldset.signup_notop {
	padding-left: 25px;
	padding-top: 0px;
}

	fieldset ul {
		list-style: none;
		list-style-type: none;
	}
	
		fieldset ul li {
			clear: both;
			list-style: none;
			list-style-type: none;
		}
		
			fieldset ul li label {
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				letter-spacing: normal;
				font-size: 93%;
				color: #484848;
				text-decoration: none;
				cursor: pointer;
				padding-left: 1px;
			}

			fieldset ul li label:hover {
				color: #0a6db4;
			}

				fieldset ul li label em {
					font-size: 77%;
					font-style: italic;
					font-weight: normal;
				}
				
			fieldset ul li input, 
			fieldset ul li textarea {
				border: none;
				outline: none;
				resize: none;
				color: #484848;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				background-color: transparent;
				overflow: auto;
			}

			fieldset ul li select {
				border: none;
				outline: none;
				resize: none;
				color: #484848;
				background-color: #E4F0F2;
				padding: 5px;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 5px;
			}

			fieldset ul li button {
				border: none;
				outline: none;
				resize: none;
				color: #484848;
				background-color: transparent;
				padding: 0px;
				margin: 0px;
				display: block;
				cursor: pointer;
			}
			
.form_row {
	padding-top: 10px;
}

.float_left {
	float: left;
	padding-right: 10px;
}

.float_left_minpadding {
	padding-right: 3px;
}

.float_left_nopadding {
	padding-right: 0px;
}

.float_right {
	float: right;
	padding-right: 25px;
}

.float_left_50 {
	float: left;
	width: 49%;
	min-width: 49%;
	max-width: 49%;
	padding-right: 10px;
}

.nopadding {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

input {
	outline: none;
}

.input_textarea {
	background-image: url(/_images/_backgrounds/input_textarea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 859px;
	min-width: 859px;
	max-width: 859px;
	height: 175px;
	min-height: 175px;
	max-height: 175px;
	margin-top: 5px;
}

	.input_textarea textarea {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 830px;
		height: 150px;
		background-color: #e4f0f2;
		font-family: Arial, Helvetica, sans-serif;
		resize: none;
		outline: none;
		border: none;
	}

.input_textarea_shadow {
	background-image: url(/_images/_backgrounds/input_textarea_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 401px;
	min-width: 401px;
	max-width: 401px;
	height: 114px;
	min-height: 114px;
	max-height: 114px;
	margin-top: 5px;
}

.input_textarea_shadow_red {
	background-image: url(/_images/_backgrounds/input_textarea_shadow_red.jpg);
}

	.input_textarea_shadow textarea {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 372px;
		height: 99px;
		background-color: transparent;
		resize: none;
		outline: none;
		border: none;
		font-weight: bold;
	}

.input_558_shadow {
	background-image: url(/_images/_backgrounds/input_558_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 558px;
	min-width: 558px;
	max-width: 558px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_558_shadow_red {
	background-image: url(/_images/_backgrounds/input_558_shadow_red.jpg);
}

	.input_558_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 529px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_479 {
	background-image: url(/_images/_backgrounds/input_479.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 479px;
	min-width: 479px;
	max-width: 479px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.input_479 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 450px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_401_shadow {
	background-image: url(/_images/_backgrounds/input_401_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 401px;
	min-width: 401px;
	max-width: 401px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_401_shadow_red {
	background-image: url(/_images/_backgrounds/input_401_shadow_red.jpg);
}

	.input_401_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 372px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_401_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 376px;
		background-color: #f9feff;
		border: none;
		outline: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_339 {
	background-image: url(/_images/_backgrounds/input_339.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 339px;
	min-width: 339px;
	max-width: 339px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.input_339 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 310px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_285_shadow {
	background-image: url(/_images/_backgrounds/input_285_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 285px;
	min-width: 285px;
	max-width: 285px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_285_shadow_red {
	background-image: url(/_images/_backgrounds/input_285_shadow_red.jpg);
}

	.input_285_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 256px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_285_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 260px;
		background-color: transparent;
		border: none;
		outline: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_274_shadow {
	background-image: url(/_images/_backgrounds/input_274_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 274px;
	min-width: 274px;
	max-width: 274px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_274_shadow_red {
	background-image: url(/_images/_backgrounds/input_274_shadow_red.jpg);
}

	.input_274_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 245px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_274_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 249px;
		background-color: transparent;
		border: none;
		outline: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_250_shadow {
	background-image: url(/_images/_backgrounds/input_250_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_250_shadow_red {
	background-image: url(/_images/_backgrounds/input_250_shadow_red.jpg);
}

	.input_250_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 221px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_240_shadow {
	background-image: url(/_images/_backgrounds/input_240_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_240_shadow_red {
	background-image: url(/_images/_backgrounds/input_240_shadow_red.jpg);
}

	.input_240_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 211px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_239 {
	background-image: url(/_images/_backgrounds/input_239.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 239px;
	min-width: 239px;
	max-width: 239px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_239_shadow_red {
	background-image: url(/_images/_backgrounds/input_239_shadow_red.jpg);
}

	.input_239 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 210px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_235 {
	background-image: url(/_images/_backgrounds/input_235.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 235px;
	min-width: 235px;
	max-width: 235px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.input_235 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 206px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_200_shadow {
	background-image: url(/_images/_backgrounds/input_200_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_200_shadow_red {
	background-image: url(/_images/_backgrounds/input_200_shadow_red.jpg);
}

	.input_200_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 171px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_179 {
	background-image: url(/_images/_backgrounds/input_179.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 179px;
	min-width: 179px;
	max-width: 179px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.input_179 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 150px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_179_shadow {
	background-image: url(/_images/_backgrounds/input_179_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 179px;
	min-width: 179px;
	max-width: 179px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_179_shadow_red {
	background-image: url(/_images/_backgrounds/input_179_shadow_red.jpg);
}

	.input_179_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 150px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_179_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 154px;
		background-color: transparent;
		border: none;
		outline: none;
	}

.input_170_shadow {
	background-image: url(/_images/_backgrounds/input_170_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_170_shadow_red {
	background-image: url(/_images/_backgrounds/input_170_shadow_red.jpg);
}

	.input_170_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 141px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_160_shadow {
	background-image: url(/_images/_backgrounds/input_160_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_160_shadow_red {
	background-image: url(/_images/_backgrounds/input_160_shadow_red.jpg);
}

	.input_160_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 131px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_120_shadow {
	background-image: url(/_images/_backgrounds/input_120_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_120_shadow_red {
	background-image: url(/_images/_backgrounds/input_120_shadow_red.jpg);
}

	.input_120_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 91px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_120_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 95px;
		background-color: transparent;
		border: none;
		outline: none;
	}
	
.input_119 {
	background-image: url(/_images/_backgrounds/input_119.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 119px;
	min-width: 119px;
	max-width: 119px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.input_119 input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 90px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_90_shadow {
	background-image: url(/_images/_backgrounds/input_90_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_90_shadow_red {
	background-image: url(/_images/_backgrounds/input_90_shadow_red.jpg);
}

	.input_90_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 61px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_90_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 65px;
		background-color: transparent;
		border: none;
		outline: none;
	}

.input_60_shadow {
	background-image: url(/_images/_backgrounds/input_60_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_60_shadow_red {
	background-image: url(/_images/_backgrounds/input_60_shadow_red.jpg);
}

	.input_60_shadow input {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 12px;
		width: 31px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.input_60_shadow select {
		font-size: 108%;
		margin-left: 10px;
		margin-top: 6px;
		width: 35px;
		background-color: transparent;
		border: none;
		outline: none;
	}

.input_40_shadow {
	background-image: url(/_images/_backgrounds/input_40_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-top: 5px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.input_40_shadow_red {
	background-image: url(/_images/_backgrounds/input_40_shadow_red.jpg);
}

	.input_40_shadow input {
		font-size: 108%;
		margin-left: 8px;
		margin-top: 12px;
		width: 22px;
		background-color: transparent;
		border: none;
		overflow-y: hidden;
		overflow-x: hidden;
	}

.input_small {
	font-size: 85% !important;
	margin-top: 13px !important;
	letter-spacing: -1px !important;
	font-weight: normal !important;
}

.input_small_nomargin {
	font-size: 85% !important;
	letter-spacing: -1px !important;
	font-weight: normal !important;
}

.input_checkbox {
	float: left;
	background-image: url(/_images/_backgrounds/input_check_off.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 24px;
	max-width: 24px;
	width: 24px;
	min-height: 26px;
	max-height: 26px;
	height: 26px;
}