#append_window{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999999;
	/*background-color:#999999;*/
}
#append_inner_back{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#999999;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}
#append_message{
	position:absolute;
	/*width:200px;
	height:100px;*/
	color:#FF0000;
	/*background-color:#FFFFFF;*/
}
#append_close{
	cursor:pointer;
	}