@charset "utf-8";
/* CSS Document */

.hide {display: none;}

.show {display: block;}

.ir span { 
    display: block;
	font-size: 11px;
	height: 8px;
	text-indent: -10000px;
	overflow: hidden;
	z-index: -1; }
	
.ie7 .ir span { height: 1px;}
	
.clear:after { 
    content:"";
	height:0;
	visibility: hidden;
	display: block;
	clear: both; }
	
	.ie6 .clear:after { height: 1%; } /* IE6 */ 
	.ie7 .clear:after { min-height: 1px; } /* IE7 */
	.ie8 .clear:after { min-height: 1px; } /* IE8 */


.popup_box {
	float: left;
	position: absolute;
	z-index: 9;}
	
	.popup_box .btn {
		width: 100px;
		left: 50px;
		background: url(/ipark/apartment/common/images/ir_img.gif) repeat top left;
		display: block;
		position: absolute;}
		
	.popup_box .close_btn {
		width: 45px;
		height: 45px;
		display: block;
		background: url(/ipark/apartment/common/images/ir_img.gif) repeat top left;
		position: absolute;
		top: 0px;
		right: 0px;}

	.popup_box .cookie_btn {
		width: 100%;
		height: 35px;
		display: block;
		background: url(/ipark/apartment/common/images/ir_img.gif) repeat top left;
		position: absolute;
		bottom: 0px;
		left: 0px;}
