#info_message{
    display: none;
    width: 100%;
    min-height: 50px;
    width:inherit;
    position: absolute;
    top: 0;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0;   
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.center_auto{
    margin: 0;
    width: 100%;
    padding:0px 15px;
}
#info_message .message_area{
    float: left; 
    width: 94%;
    margin-top:18px;
}
#info_message .message_area span.link_ribbon{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
#info_message .button_area{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 18px;
}
.error_bg{
    /* background: url('../images/error_bg.png') 0 0 repeat-x; */
    background-color: #f9aaaa;color:#971111;
}
.error_bg .message_area{
    font-size :12px;
    color: #971111;
}
.error_bg .button_area{
    background: url('../images/closeCancelDarker.png') 0 0 no-repeat;    
    cursor: pointer;
    background-size:16px 16px;
}
.error_bg .info_more_descrption{

    -moz-box-shadow: 0 0 5px #b2495b;
    -webkit-box-shadow: 0 0 5px #b2495b;
    box-shadow: 0 0 5px #b2495b;
}
.succ_bg{
    /* background: url('../images/succ_bg.png') 0 0 repeat-x; */
    background-color: #c8f6c8;color:#086102;
}
.succ_bg .message_area{
	font-size:12px;
    color: #086102;
    text-shadow: 0 1px 0 #fff; 
}
.succ_bg .button_area{
    background: url('../images/closeCancelDarker.png') 0 0 no-repeat;    
    cursor: pointer;
    background-size:16px 16px;
}
.info_bg{
    /* background: url('../images/info_bg.png') 0 0 repeat-x; */
    background-color: #d9edf7;color:#075351;
}
.info_bg .message_area{
    font:12px;
    color: #075351;
    text-shadow: 0 1px 0 #fff; 
}
.info_bg .button_area{
    background: url('../images/closeCancelDarker.png') 0 0 no-repeat;    
    cursor: pointer;
    background-size:16px 16px;
}
.warn_bg{
    /* background: url('../images/warn_bg.png') 0 0 repeat-x; */
    background-color: #f9f9cc;color:#5b5405;
}
.warn_bg .message_area{
    font:12px;
    color: #5b5405;
    text-shadow: 0 1px 0 #fff; 
}
.warn_bg .button_area{
    background: url('../images/closeCancelDarker.png') 0 0 no-repeat;    
    cursor: pointer;
    background-size:16px 16px;
}
.clearboth{
    clear: both;
}
.info_more_descrption{
    display: none;
    width: 950px;
    height: 300px;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    background: #fbfbfb;
    overflow: auto;
}
.succ_bg .info_more_descrption{    
    -moz-box-shadow: 0 0 5px #56a25e;
    -webkit-box-shadow: 0 0 5px #56a25e;
    box-shadow: 0 0 5px #56a25e;
}
.succ_bg_text{
	color:#086102;
}
.error_bg_text{
	color:#971111;
}
.warn_bg_text{
	color:#5b5405;
}
.info_bg_text{
	color:#075351;
}
#info_message .succ_bg_sign_area{
	float:left;
	width:23px;
	height:23px;
	margin-top:16px;
	background: url('../images/icon-checkmark.png') no-repeat;
	background-size:20px 20px;
	cursor: pointer;
}
#info_message .error_bg_sign_area{
	float:left;
	width:23px;
	height:23px;
	margin-top:16px;
	background: url('../images/icon-no-enter.png') no-repeat;
	background-size:20px 20px;
	cursor: pointer;
}
#info_message .warn_bg_sign_area{
	float:left;
	width:23px;
	height:23px;
	margin-top:16px;
	background: url('../images/icon-triangle-alert.png') no-repeat;
	background-size:20px 20px;
	cursor: pointer;
}
#info_message .info_bg_sign_area{
	float:left;
	width:23px;
	height:23px;
	margin-top:16px;
	background: url('../images/legend-blue-new.png') no-repeat;
	background-size:20px 20px;
	cursor: pointer;
}

.msgtype{
	font-weight:bold;
}
