body {
	margin: 0px;
}
img {
	width: 100%;
	height: auto;
}
.toffed {
	display: block;
	margin: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
}
.log-lightbox {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 99999999;
	overflow: scroll;
	border-radius: 0px;
	background: rgba(0,0,0,0.8);
}
#pop-enquiry {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
	max-width: 420px;
	background: #fff;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-radius: 4px;
}
.close-3 {
	position: relative;
	width: 15px;
	margin-right: 10px;
	float: right;
	margin-top: -35px;
	z-index: 99999;
}
#pop-enquiry h2 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	color: #5E6C7B;
	margin-bottom: 0px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
#pop-enquiry h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	color: #5E6C7B;
	text-align: center;
	margin-bottom: 0px;
}
.pop-msg {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4D4D4D;
	margin: 10px 0 15px;
	background: #E3E3E3;
	padding: 7px 0;
}
#pop-enquiry a {
	text-decoration: none;
}
.spacers {
	float: right;
	font-size: 14px;
	color: #1E87DA;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 25px;
}
#pop-enquiry li {
	list-style: none;
	padding: 12px 0 10px;
	text-align: center;
	margin-top: 15px;
}
.pop-social {
	width: 35px;
	margin: 0 2px;
}
#pop-enquiry h3 {
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #222;
	text-align: center;
	margin-bottom: 0px;
}
.pop-bord {
	display: block;
	margin: auto;
	margin-top: 15px;
	height: 1px;
	background: #CCCCCC;
}
.pop-form {
	margin: auto;
	width: 90%;
	margin-top: 25px;
	display: block;
}
.pop-form p {
	font-weight: bold;
	margin-bottom: 1px;
}
.pop-form .pop-check {
	display: block;
	color: #7F7F7F;
	margin: 12px 0;
}
.pop-check a {
	color: #2B8EDC;
}
.pop-forgot {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	margin-top: 10px;
}
.pop-forgot a {
	color: #1E87DA;
}
.pop-form input[type="text"] {
	background: #FFFFFF;
	color: #717171;
	padding: 5px 0% 5px 2%;
	border: 1px solid #BEC8D4;
	font-size: 16px;
	width: 97%;
	height: 23px;
	margin: 8px 0px 0px 0px;
	border-radius: 4px;
}
.pop-form input[type="submit"] {
	padding: 9px 0px;
	font-size: 16px;
	border: 0px;
	color: #fff;
	width: 110px;
	background: #255699;
	margin-top: 2px;
	float: left;
	cursor: pointer;
}
.pop-form input:hover[type="submit"] {
	background: #D2232A;
}
.breaker {
	clear: both;
	height: 1px;
}
@media all and (max-width: 600px) {
#pop-enquiry  {
	max-width: 96%;
	margin-left: 2%;
}
}