@CHARSET "UTF-8";
/**
 * CSS for notice notification block
 * 
 * $Id: notice.css 92 2008-09-13 04:43:00Z jeremy $
 */
 
.notice {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	vertical-align: middle;
}

.notice .notice_image {
	float: left;
	width: 5%;
}

.notice .notice_contents {
	float: left;
	width: 93%;
}

.notice .notice_contents .title {
	font-weight: bold;	
}

.notice p {
	margin: 0;
	padding: 0;
}

.notice p.description {
}

.notice img {
	margin: 0;
	padding: 2px;
}
