#lightbox{
	overflow: auto;
	display:none;
	position: fixed;
	top:84px;
	left:50%;
	z-index:9999;
	width:890px;
	margin-left: -445px;
	bottom: 40px;
}
* html #lightbox{
	position: absolute;/* for WinIE6 */
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#A4A4A4;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.boxajax {
	background-image: url(../search/boxajax_bg.gif);
	background-repeat: repeat-y;
	width: 870px;
	text-align: left;
}
#ajax .btnback {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.boxajax h1 {
	font-size: 16px;
	color: #01A5CD;
	background-image: url(../search/boxajax_head.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 842px;
	padding-left: 28px;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
}
#ajax .boxajax h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: left;
}
#ajax .boxajax #roomphoto {
	text-align: center;
	float: left;
	width: 580px;
	padding-left: 13px;
}
#ajax .boxajax #roomphoto img {
	background-image: url(../room/bg_roomphoto.gif);
	background-repeat: no-repeat;
	padding: 8px;
	height: 364px;
	width: 559px;
}
#ajax .boxajax #madori {
	float: left;
	height: 240px;
	width: 240px;
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 5px;
	border: 5px solid #333333;
	margin-bottom: 15px;
}
#ajax .boxajax #detail {
	float: left;
	line-height: 140%;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding: 0px;
	margin-top: 0px;
}
#ajax .notes {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	clear: left;
	width: 560px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

#ajax .boxajax #detail td {
	color: #333333;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
}
#ajax .boxajax #detail th {
	color: #333333;
	background-color: #E3E3E3;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#ajax #subphoto {
	padding-left: 13px;
	margin-bottom: 15px;
	clear: both;
}
#ajax #subphoto img {
	margin-left: 5px;
}
