@charset "utf-8";
/* CSS Document */
body,html{ 
	font-family:Arial, Helvetica, sans-serif; 
	width:100%; 
	height:100%; 
	background: url(../../booking/images/main2.jpg) #FFFFFF;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.big_con{
	width: 700px;
	margin: 0 auto;
	height: 100%;
}
.imgbutton { cursor: pointer; vertical-align: middle;}
.con_center{ width:700px; margin:0 auto;}
.headcenter{ width: 90%;margin:15px auto;font-size: 30px;text-align: center;}
.rows_content{ width:400px; margin:0 auto; background-color:#069;}
.con_btn{ width:139px; height:32px; margin:0 auto;}
.submit_btn{ 
	text-align: center;
	background: #BBA253;
	padding: 6px 15px;
	min-width: 100px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}
.logotap{
	width:700px;
	height:20px;
	margin:0 auto;
}
.headtap{
	width:700px;
	height:50px;
	background-color:#6F6D5A;
	margin:0 auto;
}
.headtext{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	
}
.bottomtext{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;

}
.con_cen{ width:700px; min-height:430px; margin:0px auto; background-color:#dcdcdc; }
.headcen{ width: 100%; font-size: 30px; text-align: center; margin:10px 0px;}
.fromlogin{ width:350px; padding:20px;  margin:0 auto; background-color:#F1F1F1; box-shadow: 0px 0px 30px #888888; position: relative; top: 40px;}
.log_con{ width:90%; margin:0 auto;}
.btn_style{ width:120px; margin:10px auto;}
#submit{
	text-align: center;
	background: #BBA253;
	padding: 6px 15px;
	min-width: 100px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}
.bd_content{ background-color:#dcdcdc; min-height: 520px;}
.space{ width:100%; height:15px;}
