@charset "utf-8";

/* --------------------------------------------
 *          for bajl.pseudoDialog.js
 * -------------------------------------------- */


/* =========== pseudo dialog =========== */

#BAJLPseudoDialog {
	position: absolute;
	z-index: 1000000;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: none;
}

/* ----- content body area in pseudo dialog ----- */

#BAJLPseudoDialogBody {
	margin: 0;
	padding: 0;
}

/* ----- iframe to load other page ----- */

#BAJLPseudoDialogFrame {
	margin: 0;
	padding: 43px 10px 10px;
	font-size: 1px;
	line-height: 1;
	background: #fff;
}

#BAJLPseudoDialogFrame iframe {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* ----- vs IE6 ----- */

body.BAJLPseudoDialogIsActive select {
	_visibility: hidden; 
}

body.BAJLPseudoDialogIsActive #BAJLPseudoDialog select {
	_visibility: visible;
}


/* =========== click shield =========== */

#BAJLClickShield {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999998;
	display: block;
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1;
	text-decoration: none;
	background: black;
}

/* =========== close button =========== */

a.BAJLPseudoDialogCloseBtn {
	position: absolute;
	left: auto;
	right: 10px;
	top: 10px;
	display: block;
}
