#notify {
	position: absolute;
	z-index: 1000;
	display: block;
	min-width: 100px;
	max-width: 800px;
	padding: 0;
	margin: 20px 0 0 0;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
}
#notify #notify_corner {
	position: absolute;
	display: block;
	width: 11px;
	height: 7px;
	margin: -7px 0 0 20px;
	background: transparent url(img/corner.gif) no-repeat;
}
#notify #notify_close {
	position: absolute;
	right: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin: 10px 10px 0 0;
	background: transparent url(img/close.gif) no-repeat;
}

#notify .notify_textinfo {
	margin: 15px;
	padding: 0;
	line-height: 126%;
	white-space: normal;
	font-size: 14px;
	color: #333;
}
	#notify .notify_textinfo p {
		padding: 0;
		margin: 5px 0;
	}
	#notify .notify_textinfo a, #notify .notify_textinfo b {
		margin: 0;
		padding: 0;
	}
	#notify .notify_textinfo a {
		text-decoration: underline;	
	}
		#notify .notify_textinfo a:hover {
			text-decoration: none;	
		}
	#notify .notify_textinfo .notify_title {
		display: block;
		padding: 0;
		margin: 5px
		font-size: 126%;
		font-weight: bold;
		color: #cc0000;
	}