
/*==============================================================
Softpop up and forms styles and washout Layer 
=========================================================*/	

.white_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-color: black;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);	  
}

.white_content {
	display: none;
	position: absolute;

	z-index:1002;
	overflow: hidden;
	text-align: left;
	/*background: url(/img/global/form_bg.gif) center center no-repeat;*/
	background:#fff;

}


 iframe{
	background: none;	
}

div.pageTitle{
	text-align: left;
	padding:7px;
	text-align:right;
}


div.roomDetails{
	text-align: left;
	padding:0;

}

.pad20{
	padding: 5px;
	}

div.roomDetails h2{
	text-align: left;
	padding:0;
	margin:0
}

h3{

	margin:0;

	}

div.roomDetails p{
	font-size:11px;
	padding:2px 0 5px 0;
	}

table.rateList {
	margin: 0 0 15px 0;
	background: none;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}
table.rateList td,
table.rateList th{
	padding:3px 3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
}
table.rateList th{
	background:#E8F0F0;
}

	
img.close {
	cursor: hand;
	cursor: pointer;	
	float: right;
	}
	
/*========================

form styles
==================*/

div.loginform{

	width:100%;

	margin:0;

	padding:0 5px;

	

	}

form{

	padding:0;

	padding:0;

}		

table.form{

	margin:0;

	padding:0;

	width:100%;

	font-family:"Trebuchet MS", Arial;

	font-size:13px;

}



table.form th{

	background:#f1eceb;

	padding:3px 5px;

	text-align:left;

	font-weight:bold;

	}

table.form td{

	padding:3px 0px;

	border-bottom:1px solid #f1eceb;

	color: #666666;

	vertical-align:top;

}

table.form td input,

table.form td textarea{

color: #666666;

 	fontFamily:tahoma;

 	fontStyle:Regular;

	padding:2px;

}

table.form td input.small{

	width:40px;

}

table.form td input.medium{

	width:110px;

}

table.form td input.big{

	width:150px;

}	

label{

	display:block;
	
	text-align:right;
	
	padding-right:10px;
	
}

.button{

	font-family:"Trebuchet MS", Arial;

	font-size:12px;
	



}

th.statusMsg {
	color:#339900;
	padding:3px 3px 3px 30px;
	font-weight:bold;
	font-size:11px;
	border:1px solid #66CC00;	
	background:#ccff99 url(/images/accept.gif) 5px 3px no-repeat;
	margin:3px 0 10px 3px;
	
	}
