
/*all header backgrounds	
*/	
	

.formtxt {
	width: 100%;
	padding: 6px 12px;
	border-radius: 20px;
	border: 2px solid #fff;
	outline: none;
	font: normal 13px DinMedium;
	background: #fff url(../images/l_icon2.png) right no-repeat;
	background-position: 97% 40%;
}
.formtxt:focus {
	border: 2px solid #0087f5;
	background: #fff url(../images/l_icon1.png) right no-repeat;
	background-position: 97% 40%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.roomdrop {
	float: left;
	width: 310px;
	-webkit-box-shadow: 0 0 1px 1px #ccc;
	background: #fff;
	display: none;
	top: 70px;
	-moz-box-shadow: 0 0 1px 1px #ccc;
	box-shadow: 0 0 1px 1px #ccc;
	padding: 10px;
	padding-right: 0;
	position: absolute;
	z-index: 999;
}
.roominner {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #666;
	border-bottom: solid 1px #EEE;
}
.roominner h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
.room_col1 {
	float: left;
	width: 33%;
	margin-bottom: 4px;
}
.adulth1 {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 2px;
}
.adulth2 {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}
.buttongroup {
	float: left;
	width: 100%;
}
.buttongroup input {
	border: 1px solid #ccc;
	background: #fff;
	width: 25px;
	margin: 0;
	padding: 5px;
	float: left;
	text-align: center;
	outline: none;
	font-size:11px;
}
.buttongroup input:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.rmiddle {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}
.roomaro {
	float: left;
	margin-right: 20px;
	margin-top: -25px;
}
.removeroom {
	float: left;
	width: 100%;
	padding-left: 10px;
}
.removeroom a {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #2676bd;
	text-decoration: none;
	cursor: pointer;
}
.doneroom {
	float: left;
	width: 100%;
	text-align: center;
}
.doneroom input {
	padding: 6px 32px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	border: none;
	margin-top: 10px;
	cursor: pointer;
	outline: none;
	font-weight: bold;
	text-transform: uppercase;
}
.closeicon {
	display: none;
}
.pageing {
	float: left;
	width: 100%;
	text-align: center;
}
