/*body{background:#fff;}*/
div#hint{width:500px; position:absolute; left:40%; top:100px; z-index:10; border:solid 1px; background:#ccc; padding:4px; display:none;}
div#hint a#hint_close{width:16px; height:16px; background:url('/images/close.gif') no-repeat; cursor:pointer; position:absolute; top:4px; right:4px;}
a.info_true{width:24px; height:24px; display:block; background:#AAFFAA url('/images/green_info.gif') no-repeat;}
a.info_false{width:24px; height:24px; display:block; background:#E3BFDD url('/images/red_info.gif') no-repeat;}
a.info_not{width:24px; height:24px; display:block; background:#D1D1D1 url('/images/black_info.gif') no-repeat;}
div#gag{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:9;
	opacity:0.5;
    -ms-filter: alpha(opacity=50);
	/* -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
}