#notification {
	width:			640px;
	float:			left;
	padding:		0px 0px 20px 0px;
}

#notificationbox {
	width:			640px;
	float:			left;
}

#notificationbox_headfoot {
	width:			600px;
	height:			10px;
	float:			left;
	overflow:		hidden;
	padding:		0px 20px 0px 20px;
}

#notificationbox_icon {
	width:			30px;
	height:			30px;
	float:			left;
	padding:		0px 0px 0px 10px;
	background-repeat:no-repeat;
	background-position: right;
}

#notificationbox_content {
	width:			560px;
	float:			left;
	color:			#FFFFFF;
	padding:		0px 0px 0px 10px;
}

#notificationbox_content a {
	color:			#FFFFFF;
	text-decoration:underline;
}


.notification_header_green {
	background-image:url(/images/notificationbox_green_header.jpg);
}

.notification_content_green {
	background-image:url(/images/notificationbox_green_content.jpg);
}

.notification_footer_green {
	background-image:url(/images/notificationbox_green_footer.jpg);
}

.notification_icon_green {
	background-image:url(/images/notificationbox_green_icon.png);
}

.notification_header_red {
	background-image:url(/images/notificationbox_red_header.jpg);
}

.notification_content_red {
	background-image:url(/images/notificationbox_red_content.jpg);
}

.notification_footer_red {
	background-image:url(/images/notificationbox_red_footer.jpg);
}

.notification_icon_red {
	background-image:url(/images/notificationbox_red_icon.png);
}

