* {
	margin:0px;
	padding:0px;
}
html{
	height:100%;
	width:100%;
	}
body {
	color:#444444;
	/*font-size:13px;*/
	//background: #f2f2f2;
	background:url(../images/grandkumala.jpg) center center fixed;
	background-size:cover;
	background-repeat:no-repeat;
	font: 12px/15px 'Open Sans', Arial, sans-serif;
	/*font-family: "Times New Roman","Century Gothic", Helvetica, sans-serif;*/
	height:100%;
}
h1 {
	color:#fff;
	font-size:26px;
	text-shadow:1px 1px 1px #333;
	padding:20px;
}
#content {
	margin:15px auto;
	position:relative;
	height:100%;
}
.hotellogo{
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
//	border:1px solid #fff;
	//background-color:#f9f9f9;
//	background-color:rgba(255,255,255,0.9);
background-color: rgba(51, 44, 43,0.8);
	overflow:hidden;
	width:20%;
	height:167px;
	display:inline-block;
	text-align:center;
	}
#wrapper-black {
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
//	border:1px solid #fff;
	//background-color:#f9f9f9;
//	background-color:rgba(249,249,249,0.9);
background-color: rgba(51, 44, 43,0.8);
	overflow:hidden;
	text-align:center;
	width:400px !important;
	/*text-align:center;*/
	display:inline-block;
color:white;
}
#wrapper {
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #fff;
	//background-color:#f9f9f9;
	background-color:rgba(249,249,249,0.9);
	overflow:hidden;
	text-align:center;
	width:400px !important;
	/*text-align:center;*/
	display:inline-block;
}
#left{
	float:left;
	width:30%;
	}
.package{
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#333;
	//background-color:rgba(8,8,8,0.7);
	overflow:hidden;
	width:400px !important;
	height:100px;
	text-align:center;
	display:inline-block;
	position:absolute;
	left:20.5%;
	top:172px;
}
 input:not([type=radio]),  textarea,  select {
 background: #ffffff;
 border: 1px solid #ddd;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 outline: none;
 padding: 3px;
 width: 200px;
}
input:focus {
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	background-color:#FFFEEF;
}
p.submit {
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
button {
	border:none;
	outline:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #111111;
	display: block;
	cursor:pointer;
	margin: 0px auto;
	clear:both;
	padding: 4px 15px;
	text-shadow: 0 1px 1px #777;
	//font-weight:bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	background:#eee;
}
button:hover {
	background:#d8d8d8;
	color:#666;
	text-shadow:1px 1px 1px #fff;
}
a {
	color:#36F;
	text-decoration:none;
}
a:hover {
	color:#09F;
	text-decoration:underline;
}
input.error {
	border-color: #D00;
	color: #D00;
	background: #FFFFFE;
}
label.error {
	display: inline-block;
	font-size: 12px;
	color: #D00;
	padding-left: 10px;
	font-style: italic;
}

.selectdatetitle {
	color:#866d2d;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:25px;
	}
