/* Write your custom CSS here */

/*消息提示框*/
#msgbox{position: fixed;
				top: 0;
				left: 0;
				overflow: hidden;
				outline: 0;
				-webkit-overflow-scrolling: touch;
/*				background-color: rgb(0, 0, 0);  */
				filter: alpha(opacity=80);  
				background-color: rgba(0, 0, 0, 0.6); 
				z-index: 9999999;
				border-radius:10px;
				display:none; 
				min-width:50px; 
				width:auto; 
				min-height:30px; 
				line-height:30px; 
				color:#FFF; font-size:13px; 
				text-align:center;}