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;
    /*
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fef2f2), to(#ffd6d6));
	background: -webkit-linear-gradient(top, #fef2f2, #ffd6d6);
	background: -moz-linear-gradient(top, #fef2f2, #ffd6d6);
	background: -ms-linear-gradient(top, #fef2f2, #ffd6d6);
	background: -o-linear-gradient(top, #fef2f2, #ffd6d6);
	background: linear-gradient(top, #fef2f2, #ffd6d6);*/
	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 ;
	/*-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4f9e6), to(#cff4c5));
	background: -webkit-linear-gradient(top, #e4f9e6, #cff4c5);
	background: -moz-linear-gradient(top, #e4f9e6, #cff4c5);
	background: -ms-linear-gradient(top, #e4f9e6, #cff4c5);
	background: -o-linear-gradient(top, #e4f9e6, #cff4c5);
	background: linear-gradient(top, #e4f9e6, #cff4c5);*/
	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;
    }
}