#contact #waste .inner {
	background-image: url(../images/waste_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact ol{
	list-style-type: decimal;
	padding-left: 24px;
	padding-right: 20px;
}
#contact ol li{
	margin-bottom: 4px;
}
#contact dt {
	float: left;
	width: 12em;
	margin-bottom: 8px;
}
#contact dd {
	padding-left: 12em;
	margin-bottom: 8px;
}
#contact input , #contact select{
	margin-right: 6px;
}
#contact .submit {
	text-align: right;
	margin-right: 30px;
}
#contact p.attention{
	font-size: 85%;
	line-height: 1.5em;
	padding: 9px;
	border: 1px solid #DDD;
	margin-right: 30px;
	background-color: #F0F0F0;
}
#contact #sent p {
	margin-bottom: 60px;
	padding: 30px;
	border: 1px solid #CCC;
	margin-top: 60px;
	background-color: #F0F0F0;
}
#contact #sent ul {
	margin-bottom: 100px;
	margin-left: 30px;
}
#contact #send {
	margin-top: 45px;
}
#contact #comfirmation {
	margin-left: 30px;
}
#contact label {
	margin-right: 10px;
}
