/* {{{ ILAYER */
	#ilayerBg {
		position : absolute;
		width : 100%;
		height : 100%;
		opacity: 0.5;
		filter: alpha(opacity=50);
		background-color : #000;
		top : 0;
		left : 0;
		display : none;
		z-index : 100;
	}
	.ilayer {
		/* top :  154px; */
		width : 589px; /* 636 */
		border : 1px solid #fff;
		padding-left : 21px;
		padding-right : 26px;
		background : #000 url('../images/ilayer-bg.gif') 0 0 repeat-x;
		position : absolute;
		left : 50%;
		margin-left : -321px;
		text-align : left;
		color : #fff;
		display : none;
		z-index : 150;
		padding-bottom : 20px;
	}
	.ilayer .close {
		display : block;
		width : 9px;
		height : 9px;
		background : url('../images/close.gif') 0 0 no-repeat;
		float : right;
		margin : 10px -16px 0 0;
		_margin-right : -8px;
	}
	
	.ilayer h2 {
		font-size : 1em;
		margin-top : 14px;
	}
	.ilayer p {
		margin-top : 10px;
		margin-bottom : 10px;
		font-size : 0.8em;
	}
	.ilayer p.banner {
		margin : 0px;
		padding-top : 14px;
		padding-bottom : 21px;
		border-top : 1px solid #4d4d4d;
	}
	.ilayer p.banner code {
		font-size : 1.1em;
		color : #b3b3b3;
		display : block;
		margin-top : 10px;
	}
	.ilayer p.banner img {margin-right : 10px;}
/* }}} */
