
.list {
	float: right;
	max-width: 350px;
	margin: 11px 0 0 0;
}
.numberz {
	float: left;
	max-width: 600px;
	margin: 11px 0 0 0;
}
.lost {
	padding: 2px 8px;
	background: #FF7400
}
.spacerz {
	margin: 0 10px;
}
.breakz {
	clear: both;
	display: none;
	height: 1px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#header {
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	float: left;
	max-width: 300px;
	padding-top: 5px;
}
.findr {
	position: relative;
	margin: auto;
	max-width: 1150px;
	padding: 0px;
	z-index: 2222;
}
.enq-find {
	width: 340px;
	float: right;
}
#search_wrapper {
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	padding: 12px 20px;
	border-radius: 4px;
	margin-top: -440px;
}
#firstline {
	color: #FFDD00;
	font-size: 24px;
	padding: 0px 13px 0px;
	float: left;
	display: block;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 0px;
}
#search_wrapper input[type="text"] {
	width: 97%;
	border: none;
	font-size: 14px;
	color: #8E8E8E;
	border-radius: 3px;
	padding-left: 2%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 8px;
	font-weight: normal;
	background-color: white;
	border: 1px solid #BFDBFC;
}
#search_wrapper textarea {
	width: 97.5%;
    border: none;
    font-size: 14px;
	color: #8E8E8E;
	border-radius: 3px;
	padding-left: 2%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 7px;
	font-weight: normal;
    background-color: white;
	border: 1px solid #BFDBFC;
}
#search_wrapper input[type="submit"] {
	padding: 11px 30px;
	background: #FF7400;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	border: 0px;
	display: block;
	float: left;
	margin-top: 8px;
	cursor: pointer;
	width: 50%;
}
.siders {
	float: right;
	width: 28%;
	margin-top: 20px;
}
.sider2 {
	float: right;
	background: #F6F6F6;
	margin-top: 20px;
}
.sider2 h3 {
    color: #fff;
	font-size: 19px;
	background: #FF7400;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 8px 0px 8px 15px;
}
.sider2 a {
	color: #000;
}
.sider2 a:hover {
	color: #000;
}
.sider2 .still a {
	color: #000;
}
.sider2 ul {
	margin: auto;
	padding: 0px;
}
.sider2 li {
	list-style: none;
	float: left;
	font-size: 15px;
	padding: 0px 0;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.side-link {
	padding: 4% 0 4% 8%;
	width: 92%;
	float: left;
	font-size: 15px;
	margin-top: 0px;
	border-left: 5px solid #F6F6F6;
}
.side-links {
	padding: 4% 0 4% 8%;
	width: 92%;
	background: #fff;
	border-left: 5px solid #FF7400;
	float: left;
	font-size: 15px;
}
.side-link:hover {
	background: #fff;
	border-left: 5px solid #FF7400;
}
.sider-icon {
	float: left;
	width: 10px;
	margin-right: 9px;
	margin-top: 7px;
}
.listerz {
	margin-top: 15px;
	background-color: #ff5203;
	border-radius: 4px;
	padding-bottom: 12px;
}
.listerz h2 {
	font-size: 20px;
	text-align: center;
	padding: 15px 0 12px 10px;
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 25px;
}
.listerz li {
	list-style: none;
	line-height: 20px;
	padding: 6px 0 7px 10px;
}
.listerz input[type="text"] {
	width: 86%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 12px;
	font-size: 15px;
	background: #F6F6F6;
}
.listerz select {
	width: 86%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 15px;
	font-size: 12px;
	background: #F6F6F6;
}
.listerz textarea {
	padding: 9px 0 9px 4%;
	border: none;
	background: #F6F6F6;
	width: 86%;
	display: block;
	margin: auto;
	font-size: 15px;
	margin-top: 12px;
	color: #999999;
}
.listerz input[type="submit"] {
	padding: 12px 0;
	background: #fff;
	display: block;
	width: 86%;
	display: block;
	margin: auto;
	color: #000;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	margin-top: 9px;
	margin-bottom: 8px;
}