
.booking_container {
    
    background-color: #232323;
	color:white;
	border-radius: 15px;
	/*border:2px solid #ff5005;*/
	border:1px solid white;
    
    margin-right:auto;
    margin-left:auto;
    width:300px;
    padding:10px;
	
    font-family: century_italic;
    
}

.booking_super_container_text {
	
	color: #ff5005;
	max-width:300px;
    margin-right:auto;
    margin-left:auto;
	
}

label {
    
    text-align:justify;
    font-size:1.3em !important;
    font-family: century_italic !important;
}

.dmn-form {
  
    border:0px solid #ff5005;
    color:white;
    width:280px;
}

.dmn-form select {
  
    width:280px;
        -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	
	padding:-10px;
	
	line-height:20px;
}

.dmn-form select::-ms-expand {
    display: none;
}

.dmn-form input {
  
    width:266px !important;
    height:20px !important;
}



.dmn-form .datepicker {
	color: #0e0e0e;
}

.dmn-form h1 {
  background-image: url('../img/booking/book_now_heading.png');
  display:none;
}


.dmn-form button.submit {
    text-decoration: none;
	background-color: transparent;
	color: transparent;
	background-image: url('../img/booking/book_now_submit.png');
	background-size: 100% auto;
	height:36px;
	max-height:36px;
	width:280px;
	max-width:280px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	
}

.dmn-form .btn-primary {
    text-decoration: none;
	background-color: transparent;
	color: transparent;
	background-image: url('../img/booking/book_now_submit.png');
	border:0px solid white;
	width:280px;
	max-width:280px;
	
	display:block;
	text-indent:1000%;
	overflow: hidden;
	
}

.btn-primary.submit:hover {
	
    text-decoration: none;
	border: 0px solid red;
	background-position:0 0px;
	background-color: transparent;
	color: transparent;
    background-image: url('../img/booking/book_now_submit_alt.png');
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary:hover {  
    text-decoration: none;
    color: transparent;
	background-image: url('../img/booking/book_now_submit_alt.png');
	border:0px solid white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dmn-form .powered-by {
  display:none;
}




.partner-form-modal
{
	background-color: #232323;
	color:white;
	/*border-radius: 10px;*/
	border:2px solid #ff5005;
}