@charset "utf-8";
/* CSS Document */

.EnquiryContainer {
	height: 560px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.________{}
.leftSideContainer {
	background-color: #333;
	float: left;
	height: 575px;
	width: 400px;
}
.idName {
	color: #FFF;
	font-size: 18px;
	margin-left: 50px;
	padding-top: 15px;
	margin-top: 20px;
}
.photo1 {
	margin-left: 50px;
	margin-top: 60px;
}
.heartFavourite {
	margin-top: 20px;
	margin-left: 50px;
	float: left;
	margin-right: 8px;
}

.pinkHeatFavourites {
	color: #FFF;
	margin-top: 18px;
	float: left;
	width: 283px;
}

.namePanelBox {
	background-color: #000;
	height: 100px;
	width: 400px;
	margin-top: 100px;
}

.headerName {
	color: #FFF;
	font-size: 12px;
	margin-left: 50px;
	padding-top: 15px;
}
.headerAddress {
	color: #FFF;
	font-size: 12px;
	margin-left: 50px;
	padding-top: 5px;
}
.villaIDsInput {
	margin-left: 50px;
	margin-top: 8px;
	height: 90px;
	width: 290px;
	background-color: #D2E9FF;
	padding: 4px;
	border: thin solid #000;
}


.________{}
.rightSideContainer {
	background-color: #D2E9FF;
	float: left;
	height: 575px;
	width: 480px;
}
.innerBox {
	margin-top: 30px;
	margin-right: 35px;
	margin-left: 45px;
}
.letsGetStarted {
	font-size: 24px;
}
.fillinThisForm {
	font-size: 12px;
}
.checkIn {
	float: left;
	width: 200px;
}
.checkOut {
	float: left;
	width: 199px;
}
.budget {
	float: left;
	margin-top: 15px;
	width: 203px;
}
.budgetInput {
	background-color: #fff;
	border: thin solid #ccc;
	float: left;
	height: 24px;
	margin-right: 5px;
	margin-top: 4px;
	width: 188px;
}
.checkInInput {
	background-color: #FFF;
	height: 24px;
	width: 188px;
	margin-top: 4px;
	margin-right: 10px;
	float: left;
	border: thin solid #CCC;
}
.checkInInputLong {
	background-color: #FFF;
	height: 24px;
	width: 388px;
	margin-top: 4px;
	margin-right: 10px;
	float: left;
	border: thin solid #CCC;
}
.checkInInputLongDeep {
	background-color: #FFF;
	height: 75px;
	width: 388px;
	margin-top: 4px;
	margin-right: 10px;
	float: left;
	border: thin solid #CCC;
}
.checkOutInput {
	background-color: #FFF;
	height: 24px;
	width: 188px;
	margin-top: 4px;
	margin-right: 5px;
	float: left;
	border: thin solid #CCC;
}
.tickBox {
	padding-top: 4px;
	float: left;
}
.myTravelDates {
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	font-size:10px;
}
.sendRequestButton {
	background-color: #CCC;
	text-align: center;
	height: 22px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 6px;
	border: thin solid #666;
}
