.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(0,0,0,.6);
	display: none;
}

.PPLeft > img {
	vertical-align: bottom;
}
.window .modal-content {
   
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    outline: 0 none;
    overflow: hidden;
    position: relative;
}

.window {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	max-width: 500px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 300000;
}
.ppWrap .Ba_Q_ContactWrapp {
    margin-bottom: 0;
}
.window .Exit {
	
	box-sizing: content-box;
	
	opacity: 0.3;
	padding: 7px;
	position: absolute;
	right: 10px;
	top: 10px;
	
	z-index: 1;
}
.window .Exit:hover {
	opacity: .6;
}
.table01 {
	display: table;
	width: 100%;
	height: 100%;
}

.tableCell01 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.PPLeft {
	width: 40%;
	float: left;
}
.PPright {
	width: 60%;
	float: left;
}
.innerPadding span {
	color: #1c8bc1;
}
.innerPadding {
	padding: 35px;
	text-align: left;
}
.innerPadding label {
	width: 100%;
	margin-bottom: 15px;
}
.innerPadding label input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	height: inherit;
}
.innerPadding .actions input[type="submit"] {

	padding: 10px;
	font-size: 16px;
	height: inherit;
	background: #ec354f;
	box-shadow: 0px 4px 0 0 #910015;
	color: #fff !important;
	text-shadow: none 0 !important;
}
.innerPadding .actions input[type="submit"] {
	background: none repeat scroll 0 0 #ec354f;
	box-shadow: 0 4px 0 0 #910015;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
	font-size: 14px;
	height: 30px;
	padding: 10px;
	max-width: 200px;
	width: 100%;
}
.innerPadding .actions input[type="submit"]:focuse {
	background: #1c8bc0 !important;
	box-shadow: 0px 4px 0 0 #105c80 !important;
	color: #fff !important;
	text-shadow: none 0 !important;
}

.innerPadding .actions {
	padding: 0;
}

.innerPadding .input input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	box-shadow: none 0;
	border-radius: 0;
	padding: 5px;
	height: inherit;
	border: 1px solid #999;
}
.innerPadding .input input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	box-shadow: none 0;
	border-radius: 0;
	padding: 5px;
	height: inherit;
	border: 1px solid #999;
}

.innerPadding .actions {
	padding: 0 !important;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.window .enquiryWrap label textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}
@media (max-width: 800px) {
	.PPLeft {
		display: none;
		float: inherit;
		width: 100%;
	}
	.window {

		max-width: 600px;
		width: 100%;
	}
	.mask {

		overflow: auto;
	}
	.PPright {
		float: inherit;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.innerPadding img {
		width: 100%;
	}
}