/* 
    Panelslider
*/



a:focus {
	outline: none;
}
#panel {
	height: 130px;
	display: none;
	background-image: url(../images/express-enquiry-back-d.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 15px;
}
.slide {
	margin: 0;
	padding: 0;
	background-image: url(../images/main-button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.btn-slide {
	font: bold 140%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/express-enquiry.jpg);
	display: block;
	height: 36px;
	width: 280px;
}
.active {
	background-image: url(../images/express-enquiry-active.jpg);
	color: #F90101;
}

.report {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF0000;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tick {
	background-image: url(../images/tick-box.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	float: left;
	margin-right: 10px;
}