/* 
	Create Time : 2014-07-22
    Update Time : 2015-06-23
    Author      : Trueland Development Department 
*/
	@charset "utf-8";
	
/*
	--------------------------
	prompt 升级提示(IE6\7\8\) 
	--------------------------
*/

	.prompt 						{
										position: fixed;
										width: 100%;
										height: 100%;
										background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
										left: 0;
										bottom: 0;
										display: none;
										z-index: 999;
										filter:alpha(opacity=80);
										opacity: 80;

									}
									
									
	.prompt span  					{
										position: absolute;
										font-size: 14px;
										font-family: "宋体";
										top: 55%;
										left: 50%;
										margin-left: -152px;
										width: 304px;
										display: block;
										line-height: 24px;
										color: #666;
									}
									
	.prompt span a  				{
										text-decoration: underline;
									}
	
	.prompt-close      			 	{
					
										width: 30px;
										height: 30px;
										position: absolute;
										right: 30px;
										top: 30px;
										background: url(../images/closed.png) no-repeat center center;
										cursor: pointer;
									}
/*
	--------------------------
	等待加载样式
	--------------------------
*/
	.pageloading 					{
										position: fixed;
										width: 100%;
										height: 100%;
										left: 0;
										top: 0;
										background: #f5f5f5;
										z-index: 999999;
									}
	.pageloading img 				{
										width: 50px;
										position: absolute;
										top: 0;
										right: 0;
										bottom: 0;
										left: 0;
										margin: auto;
									}