body{
    margin: 0;
}
#info_message{
    display: none;
    width: 100%;
    height: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
	line-height:14px;
    font-weight:bold;
    top: 0;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0 1px 6px -3px #000 !important;
    -webkit-box-shadow: 0 1px 6px -3px #000 !important;
    box-shadow: 0 1px 6px -3px #000 !important;
    background:#f8f9cd;
}
.center_auto{
    margin: 0 auto;
    width:920px;
    padding: 15px 10px;
}
#info_message .message_area{
    float: left; 
    width: auto;
}
#info_message .message_area span.link_ribbon{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
#info_message .button_area{
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 3px;
}
#info_message .error_bg{
    background:  #fee4e4;
	border-bottom: 1px solid #f2aaaa !important;
	
}
#info_message.error_bg .message_area{
    color: #a20510;
    text-shadow: 0 1px 0 #fff; 
}
#info_message.error_bg .button_area{
    background: url('../../images/close.png') 0 0 no-repeat;    
    cursor: pointer;
}
#info_message.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;
}
#info_message.succ_bg{
    background:  #d9f7d5 ;
	border-bottom: 1px solid #239309 !important;

}
#info_message.succ_bg .message_area{
    color: #2f7c00;
    text-shadow: 0 1px 0 #fff; 
}
#info_message.succ_bg .button_area{
    background: url('../../images/close.png') 0 0 no-repeat;    
    cursor: pointer;
}

.clearboth{
    clear: both;
}
.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;
}

@media (max-width: 767px) {
    #info_message .center_auto {
        width: 100%;
        position: relative;
        padding-right: 30px;
    }

    #info_message .button_area {
        position: absolute;
        right: 10px;
        top: 15px;
        margin-top: 0;
    }
}