#info_message{
    display: none;
    width: 100%;
    height: 51px;
    position: absolute;
    top: 0;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0; 	
}
#info_message .center_auto{
    margin: 0 auto;
    width: 950px;
    padding:0;
}
#info_message .message_area{
    float: left; 
    width: 98%;
}
#info_message .message_area span.link_ribbon{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
#info_message .button_area{
    float: left;
    width: 35px;
    height: 10px;
    margin-top: 18px;
	padding-right: 14px;
	line-height: 10px;
}
#info_message.succ_bg{
    background: #ffec94;
	border-bottom:1px solid #edd463;
	text-align: right;
	direction:rtl;
	
}
#info_message.succ_bg .message_area{
    font:bold 14px arial;
    color: #000;
    text-shadow: 0 2px 0 #fff;
	font-size:15px;	
	padding: 8px 0 0;
}
#info_message.succ_bg .button_area{
   	background: url('img/jnotification/succ_close.png') right 0 no-repeat;    
    	position: absolute;
	left: 0;
	font-size:14px;
	line-height: 9px;
	cursor:pointer;
	display:none;
}
.clearboth{
    clear: both;
}

#info_message .chr_icon{
	background: url('img/jnotification/notification.png') 0 0 no-repeat;
	width: 42px;
	height: 49px;
	float: right;
	display: block;
	margin: -6px -20px 0 10px;
	 
}
#info_message .info_more_descrption{
    display: none;
    width: 950px;
    height: 300px;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    background: #fbfbfb;
    overflow: auto;
}
#info_message.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;
}
#install-button{
	width: 265px;
	height: 32px;
	float: left;
	background: url('img/jnotification/int_btn.png') 0 0 no-repeat;
	border: none;
	margin-top: -16px;
	font-weight: bold;
	-webkit-box-shadow: 0 1px 2px #D9C05F;
	box-shadow: 0 1px 2px #D9C05F;
	cursor: pointer;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #000;
}
#install-button:hover{color:#423702;}
#info_message.succ_bg .button_area {color: #000;}
@media screen and (min-width:200px) and (max-width:1200px) {
	#info_message.succ_bg .button_area {
		background: #FFEC94 url('img/jnotification/succ_close.png') 45px 10px no-repeat;
		position: absolute;
		left: 5px;
		font-size: 14px;
		line-height: 9px;
		cursor: pointer;
		/*display: block;*/
		width: 42px;
		padding: 10px 26px 10px 0;
		top: 33px;
		border: 1px solid #EDD463;
		border-top: none;
		border-radius: 0 0 5px 5px;		
	}
}
