.flash-notice {
  padding:10px;
  font-size:120%;
}

.flash-error {
  padding:10px;
  font-size:120%;    
}

/* @group toaster promote */
.notification_Store_Notification_Toaster {
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 0;
	z-index: 9999;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

.notification_Store_Notification_Toaster .dismiss_toaster {
	height: 15px;
	float: right;
	padding: 0 20px 0 0;
	margin-top: 4px;
	margin-right: 4px;
	line-height: 15px;
	cursor: pointer;
	background: url(/images/promote/close_button.gif) no-repeat right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #999;
}
/* @end */