.tmpMsg{
	position:fixed;
	left: 50%;
	top:80px;
	width:800px;
	height: 40px;
	background-color:white;
	opacity:0.8;
	color:blue;
	border: 2px solid #5CD6FF;
	margin-left:-400px;
}

.tmpMsg .head{
	position: relative;
	top: 0;
	left: 0;
	width:37px;
	height:37px;
	background-color: #85E0FF;
	margin:0;
	text-align: center;
}

.head img{
	position: relative;
	margin-top: 10px;
	vertical-align: middle;
}

.tmpMsg p{
	position: absolute;
	line-height: 140px !important;
    font-size: 60px !important;
    padding: 20px 20px 8px 20px !important;
	margin: 0px 0px 0px 50px !important;
}

.tmpMsg .cancel{
	position: absolute;
	left: 783px;
	top:0;
	width: 15px;
	height: 15px;
	background-color: #5CD6FF;
	margin: 0;
	text-align: center;
	cursor: pointer;
}