body{
    margin: 0;
}
#info_message{
    display: none;
    width: 100%;
    height: 18px;
    top: 0;
    z-index: 50000;
    margin: 0;
    padding: 0;
    background-color: #777;
}
.center_auto{
    width: 950px;
    color: #fff;
}
#info_message .message_area{
    float: left; 
    display: inline-block;
    text-align: left;
}
#info_message .message_area a {
   color: #fff;
}
#info_message .message_area span {
	font: 12px arial;	
}
#info_message .message_area span.link_ribbon{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
#info_message .button_area{
    float: left;
    width: 11px;
    height: 10px;
    margin: 3px;
}
.icon {
	margin: 3px;
/* 	float: left; */
	display: inline-block;
}
.closeIcon {
	padding-top: 3px;
}
.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;
}

.message_area{
    font:12px arial;
    color: #fff;
    margin: 3px;
    padding-left: 5px;
}
.button_area{  
    cursor: pointer;
}
.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;
}