
	.ice {
		text-align: left;
		background: transparent;
		border: 1px solid transparent;
	}
	#icedit {
		z-index: 20000;
		width: 37px;
		height: 37px;
		cursor: pointer;
		display: none;
		position: absolute;
		top: 5px;
		right: 30px;
		background: url(../images/edit.png);
	}
	#icelogin_btn { cursor: pointer; }
	.iceloggedin { color: #730000; }
	.icelogin_btn {
		float: right;
		width: 13px;
		height: 13px;
		display: block;
		cursor: pointer;
		margin-left: 10px;
		background: url(../images/tinygear.png);
	}
	.icelogin_btnx {
		z-index: 20000;
		position: absolute;
		top: 5px;
		left: 770px;
		width: 13px;
		height: 13px;
		display: block;
		cursor: pointer;
		background: url(../images/tinygear.png);
	}
	.outlined {
		cursor: pointer;
		border: 1px solid #FF09E6;
	}

/* page  */
	.topic {
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #043804;
	margin: 10px 0;
}

/* ibox css  */
	#blackout {
		z-index: 15000;
		position: absolute;
		top: 0;
		left: 0;
		width: 2000px;
		height: 2000px;
		background: url(../images/blackout.png);
		display: none;
	}
	#ibox_close {
		z-index: 999;
		position: absolute;
		top: -7px;
		right: -12px;
		width: 38px;
		height: 38px;
		cursor: pointer;
		display: none;
		background: url(../images/close.png);
	}
	#ibox_error {
		color: white;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		line-height: 2.5em;
		text-align: center;
		position: absolute;
		top: -50px;
		width: 335px;
		height: 35px;
		display: none;
		background: transparent url(../images/error.png);
	}
	
	#ibox { position: relative; display: none; }
	#ibox .tl, #ibox .tm, #ibox .tr {
		height : 20px;
		overflow : hidden;
		background: url(../images/tm.png) 0 0 repeat-x;
	}
	#ibox .tl {
		width : 20px;
		background: url(../images/tl.png) 0 0 no-repeat;
	}
	#ibox .tr {
		width : 20px;
		background: url(../images/tr.png) 0 0 no-repeat;
	}
	#ibox .ml {
		width : 20px;
		overflow : hidden;
		background: url(../images/ml.png) 0 0 repeat-y;
	}
	#ibox .mm {
		padding : 1px;
		background: #FFF;
		vertical-align : top;
	}
	#ibox .mr {
		width : 20px;
		overflow : hidden;
		background: url(../images/mr.png) 0 0 repeat-y;
	} 
	#ibox .bl, #ibox .bm, #ibox .br {
		height : 20px;
		overflow : hidden;
		background: url(../images/bm.png) 0 0 repeat-x;
	}
	#ibox .bl {
		width : 20px;
		background: url(../images/bl.png) 0 0 no-repeat;
	}
	#ibox .br {
		width : 20px;
		background: url(../images/br.png) 0 0 no-repeat;
	}

	.icebtn	{
		line-height: 1.5em;
		width: 102px;
		height: 24px;
		padding-top: 4px;
		margin: 0;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		text-decoration: none;
		background: url(../images/icebtn.png) no-repeat;
	}
	.icebtn:hover { background: url(../images/icebtn_dn.png) no-repeat; }

/* zadmin css */
	#icelogin {
		z-index: 20000;
		position: absolute;
		top: 20px;
		left: 600px;
		width: 30px;
		height: 30px;
		display: none;
		background: url(../images/iceloginbox.png);
	}
	#icelogin #topic {
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
		text-align: left;
		margin: 0 0 12px 12px;
	}

	#icelogin_body {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 310px;
		display: none;
		text-align: left;
	}
	#icelogin_body h1 {
		font-family: arial;
		text-align: left;
	}
	#icelogin_body table { margin-top: 12px; }
	#icelogin_body table, td { margin: 0px; padding: 0px; border: none; border-spacing: 0px; }

	#icelogin_body #xlabel {	
		color: #7D7D7D;
		font-family: Arial;
		text-align: right;
		font-size: 12px;
		font-weight: plain;
		line-height: 1.2em;
		padding-right: 7px;
		margin: 0;
		height: 18px;
		width: 100px;
		display: block;
	}
	#icelogin_body .xfield {
		margin: 1px 0;
		color: #7D7D7D;
		font-family: Arial, Helvetica, Verdana;
		font-size: 12px;
		line-height: 1.2em;
		padding: 1px 4px;
		background: transparent;
		border: 1px solid #7D7D7D; 
	}
	#icelogin_body .arrow { 
		color: #7D7D7D;
		font-family: arial;
		font-size: 12px;
		font-weight: plain; 
		line-height: 1em;
		height: 12px; 
		margin: 2px 0; 
		padding-left: 15px;
		display: block; 
		cursor: pointer; 
		background: url(../images/bitty-arrow.png) no-repeat;
	}

	#icelogin_close {
		z-index: 999;
		position: absolute;
		top: -14px;
		right: -18px;
		width: 38px;
		height: 38px;
		cursor: pointer;
		background: url(../images/close.png);
	}
	#icelogin_error {
		color: white;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		line-height: 2.5em;
		text-align: center;
		position: absolute;
		top: -50px;
		width: 335px;
		height: 35px;
		display: none;
		background: transparent url(../images/error.png);
	}
	
	.xicelogin_btn {
		width: 13px;
		height: 13px;
		display: block;
		cursor: pointer;
		border: none;
		background: url(../images/tinygear.png);
	}
	.loggedongear { background: url(../images/tinygear_red.png); }
