html, body {
	min-height: 100%;
}

body {
	background: #c9570a url(images/new/bg-body.png) fixed bottom repeat-x;
	font-family: sans-serif;
	padding: 20px;
}

	body, td, input, select, textarea {
		font-family: sans-serif;
		font-size: 14px;
	}

	a {
		text-decoration: none;
		color: #000;
	}
	
		a:hover {
			text-decoration: underline;
		}
		
		.note a {
			text-decoration: underline;
		}

select, input[type='text'], textarea {
	display: inline-block;
	font-size: 16px;
}

	input[type='text'], textarea {
		width: 200px;
	}

#wrapper {
	width: 80%;
	max-width: 980px;
	margin: auto;
	background: #eae6ce;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	overflow: auto;
	position: relative;
}

#logo-tigerwaste {
	margin: 0 auto 20px;
	display: block;
}

#logo-help {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -380px;
	width: 180px;
	font-size: 22px;
	font-family: sans-serif;
}

#ticker {
	background-color: #f59d12;
	padding: 10px;
	height: 12px;
	margin: 0 -20px -20px;
	overflow: hidden;
	position: relative;
}

	#ticker div {
		position: absolute;
		left: 800px;
		width: auto;
		white-space: nowrap;
	}

.step {
	display: none;
}
	
	#step1 {
		display: block;
	}

.question {
	margin: 10px 0;
	position: relative;
	overflow: visible;
	text-align: center;
}

	label {
		display: block;
		font-size: 22px;
		text-shadow: 1px 1px 1px rgba(255,255,255,.5);
		margin: 10px 0;
	}

.note {
	font-size: 16px;
	background-color: #ffed00;
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	width: 300px;
	height: 100px;
}

.quote {
	float: right;
	width: 30%;
}

.total {
	font-size: 22px;
	font-weight: bold;
}

#step1 ul {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

	#step1 li {
		display: inline-block;
		margin: 30px 15px;
	}
	
		#step1 ul a {
			display: inline-block;
			font-size: 22px;
			text-align: center;
			background: #f59d12;
			box-shadow: 1px 1px 2px rgba(0,0,0,.5);
			border-radius: 6px;
			padding: 12px 20px;
			min-width: 100px;
			border: 2px solid #fff;
			opacity: .9;
		}

			#step1 ul a:hover {
				opacity: 1;
				text-decoration: none;
			}
			
			.bubble {
				width: 480px;
				margin: 40px auto -5px;
				position: relative;
			}
			
				.bubble div {
					background: #f08012;
					border-radius: 10px;
					box-shadow: 1px 1px 1px rgba(0,0,0,.5);
					position: absolute;
					top: 0;
					left: 0;
					padding: 4px;
					display: none;
					white-space: nowrap;
				}
				
					.bubble .txt {
						top: -12px;
						padding: 5px 10px;
					}
				
			.skip_size {
				overflow: auto;
				margin: 0 auto;
				padding: 10px 0;
				width: 480px;
			}
			
				.skip_size li {
					width: 100px;
					height: 100px;
					background: url(images/new/skips.png) no-repeat 0 0;
					float: left;
					margin: 0 10px;
					list-style: none;
					overflow: hidden;
					text-indent: -999px;
				}
				
					.skip_size .skip2m {
						width: 87px;
					}
						.skip_size .skip2m:hover, .skip_size .skip2m.selected {
							background-position: 0 -100px;
						}
					
					.skip_size .skip3m {
						width: 94px;
						background-position: -87px 0;
					}
					
						.skip_size .skip3m:hover, .skip_size .skip3m.selected {
							background-position: -87px -100px;
						}
					
					.skip_size .skip4m {
						width: 103px;
						background-position: -181px 0;
					}
						
						.skip_size .skip4m:hover, .skip_size .skip4m.selected {
							background-position: -181px -100px;
						}
					
					.skip_size .skip6m {
						width: 116px;
						background-position: -284px 0;
					}
						
						.skip_size .skip6m:hover, .skip_size .skip6m.selected {
							background-position: -284px -100px;
						}

	#step1 .phone {
		margin: 50px auto;
		width: 60%;
		font-size: 20px;
		text-align: center;
	}
	
.buttons {
	text-align: center;
}

.datepicker {
	width: 270px;
	margin: 10px auto;
}

.confirm-order {
	margin: 10px 0;
}


#price-star {
	position: absolute;
	top: 60px;
	right: 30px;
	cursor: pointer;
	zoom: .8;
}

#ui-datepicker-div {
    display: none;
}