* {
	display: none; 
}

html, body, br, table, tr, td, #lightbox, #outerImageContainer, #imageContainer, #imageDataContainer, #imageData, #imageDetails,  #lightbox_caption, #lightbox_comment_table, #lightbox_comment, #lightbox_comment2, #b_alltype #printimage {
    background: none;
    display: block;
    left: 0px;
    margin: 0px;
    padding: 0px;
    top: 0;
}
#lightbox_printarea,
#lightbox_printarea * {
    display: block;
}

#outerImageContainer {
	display: none;
}

html {
	height: 950px;
}

body {
	position: relative;
	width: 100%;
	margin: 0 0 0 35px;
	text-align: center;
	border-style: none;
	height: 950px;
}

#b_campain_renew #printimage,
#b_alltype #printimage,
#b_unit_detail #printimage,
#b_search_area #printimage,
#b_result_area #printimage,
#b_building_detail #printimage,
#b_service #printimage,
#b_comparison #printimage,
#b_access #printimage,
#b_alltype #printimage {
  background: none;
  display: block;
  left: 0px;
  margin: 0 auto;
  padding: 0px;
  top: 0;
  /*
  width: 700px;
  height: 650px;*/
}

#lightbox_caption {
	width: 100%;
	text-align: center;
}

#imageData {
}

#lightbox_comment2 {
	text-align: center;
}

#lightbox {
	height: 100px;
	width: 500px;
}

#outerImageContainer {
	height: 100px;
	width: 500px;
}

#lightbox_comment {
	font-size: 24px;
	color: #333333;
	text-align: left;
	position: relative;
	left: -100px;
	width: 500px;
	margin-top: 20px;
	/*
	position: fixed;
	top: 600px;*/
	height: 100px;
}

*+html #lightbox_comment {
	left: -160px;
}

/* IE6 only */
/*
body {
	zoom: 90%;
}*/


