@charset "utf-8";
/* CSS Document */

#cr_Ntfr{
	position:fixed;
	width:268px;
	height:69px;
	overflow:hidden;
	bottom:-70px;
	right:10px;
	background:#ccc;
	opacity:0;
	z-index:2000;
}
#cr_Ntfr #ttl{
	padding:0px 10px 0px 10px;
	height:	22px;
	color:#FFF;
	background:#013e8a;
	line-height:22px;
	font-size:14px;
	text-align:center;
}
#cr_Ntfr #cntnt{
	padding: 13px 10px;
	font-size:12px;	
	text-align:center;
	line-height:22px;
	
}
#cr_Ntfr #cntnt img{
	margin:0px 10px 0px 0px;
	vertical-align:middle;
}
