/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#000000; border:1px solid #362e1e;}    
      #cboxClose{position:absolute; top:-12px; background:url(../images/close.png) 0px 0px no-repeat; width:35px; height:35px; text-indent:-9999px; cursor:pointer;}
        #cboxClose{right:-12px;}
        
		form#book_now_form div {
			clear:both;
			}
		form#book_now_form h1 {
			clear:both;
			color:#fff;font-weight:bold;
			padding-bottom:5px;
			}
		form#book_now_form label {
			color:#fff;
			float:left;font-size:14px;
			padding-right:10px;
			text-align:right;
			width:116px;
			line-height:1.7;
			}
		form#book_now_form div.left {
			float:left;
			clear:none;
			}
		form#book_now_form div.left input.no_error{
			border:1px solid #3c2e0c;
			background:#19140d;
			width:180px;
			padding:3px 4px;margin-bottom:10px;
			color:#FEF8FC;
			}
		form#book_now_form  input.button{
			background:url(../images/button.gif) no-repeat;
			width:99px;height:28px;
			border:none;
			clear:both;
			color:#c8a65d;
			margin:12px 0 0 126px;
			}
		div#molal_windows_content {
			padding:30px 0 30px 70px; 
			background:#000;
			}
			