	


	
	
	@import "bootstrap.css"; 	 	
	@import "public.css";  			


	

	
	
	.prompt 						{
										position: fixed;
										left: 0;
										top: 0;
										width: 100%;
										padding: 10px 0;
										text-indent: 45px;
										font-size: 16px;
										font-family: "宋体";
										background: url(../image/t.png) no-repeat 10px center #fff3ce;
										color: #d48e00;
										border: 1px solid #ffe69b;
										z-index: 900;
									}
	
	.prompt-close      			 	{
					
										width: 10px;
										height: 10px;
										position: absolute;
										right: 10px;
										top: 50%;
										margin-top: -5px;
										background: url(../image/closed.png) no-repeat center center;
										cursor: pointer;
									}
									
									
									