﻿body 
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 9pt;
    background: url(../images/login-bg.jpg) 0 0 no-repeat;
}

.booking
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 9pt;
    background: url(../images/bg-booking.jpg) no-repeat;
    background-size: cover;
}

a 
{
    text-decoration: none;
}
table 
{
    font-family: Arial;
    font-size: 9pt;
}

h2, h3, h4
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
#login-box-main 
{
    margin: 100px auto 0px;
    width: 460px;    
}
#login-box 
{
    width: 400px;
    padding:20px;
    border: 10px solid #999;
    background: #fff;
    
	border-radius: 15px; 	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
}

.button 
{
    padding: 3px 40px;
}

.textbox 
{
    padding: 3px;
    width: 100%;
}
/* *********************************************************************** */

#pnlSearchMore 
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999999;
}

.innerSearchMore 
{
	width: 100%;
	height: 100%;
	background: url(../images/overlay.png);
}

#pnlInnerSearchMore 
{
	width: 400px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
	border: 6px Solid #aaa;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
	z-index: 999999;
}

#pnlInnerSearchMore h2
{
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) ) !important;
    background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% ) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F') !important;
    background-color:#006699 !important; 
}