/* CSS Document */
/* Jquery.Msger-----------*/
#Msger{
    position: absolute;
    border: 2px solid #AAAAAA;
    background: #fff;
    max-width: 300px;
    height: 100px;
    z-index: 99999;
    width: 200px;
    text-align: center;
    transition: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.7);
}
#Msger:hover{
    cursor: move;
    -webkit-box-shadow: 0 0 0 4px #75CAEE;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.5);
}
#Msger_Header{
	width:100%; 
	font-size: 16px; 
	color: #006117; 
	vertical-align: middle; 
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #0970B4;
	-moz-user-select:none; 
	-webkit-user-select:none; 
	user-select:none;
	position: relative;
}
#Msger_Content{
    width: 95%;
    color: #0087C0;
    min-height: 40px;
    font-size: 16px;
    max-height: 100px;
    padding: 8px;
    text-align: left;
    text-indent: 20px;
}
#Msger_Title{
	width:100%;
	text-align:center;
	overflow:hidden;
	font-weight: bold;
}
#Msger_Close{
	text-align:center;
	cursor:pointer;
	width:26px; 
	height:26px; 
	position: absolute;
	right: -13px;
    top: -13px;
	background:url(../images/Msger.title.close.png) no-repeat; 
}
.Msger_Tip_correct{
	color: #006117;
	background-color: #75CAEE;
}
.Msger_Tip_error{
	color: #f30;
	background-color: #FFD2D2;
}