@charset "utf-8";
/* CSS Document */

.page-box {
   background: #000;
    width: 30%;
    margin: 0 auto;
   
}
#main {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: #cc9933;
    width: 100%;
	position: fixed;
	background: url(../img/booking_des.png) no-repeat center center / cover !important;
	height: 100%;
	
}

.modalDialog > div {
    position: relative;
    margin-top: 3%;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    padding: 0px;
    height: auto;
    background-color: #FFF;
    min-width: 35%;
    max-width: 35%;
    border-radius: 10px;
    z-index: 1000;
	overflow: hidden;
}

