.yui3-skin-amber .yui3-notify {
	background:#faf5e8 url('background.gif') left 50% repeat-x;
	border: 1px solid #fbd065;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:400px;
	margin:0 auto;
	position: relative;
	top: 0;
	right: 0;
}

.yui3-skin-amber .yui3-notify .yui3-notify-content {
	margin:10px;
}

.yui3-skin-amber .yui3-notify .yui3-notify-message {
	list-style: none;
	padding: 4px;
	position: relative;
}

.yui3-skin-amber .yui3-notify .yui3-notify-message:hover {
	padding:3px;
	border: 1px solid #ffd263;
	background-color: #fff;
}

.yui3-skin-amber .yui3-notify .yui3-notify-message-close {
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 50%;
	width: 30px;
	height: 0;
	padding-top: 20px;
	margin-top: -10px;
	overflow: hidden;
	background: url('close.png') left 50% no-repeat;
	display: none;
}

.yui3-skin-amber .yui3-notify .yui3-notify-message:hover .yui3-notify-message-close {
	display:block;
}

.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-notice,
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-alert,
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-error {
	padding-left: 30px;
	background-position: 4px 50%;
	background-repeat: no-repeat;
}
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-notice:hover,
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-alert:hover,
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-error:hover {
	padding-left: 29px;
}
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-notice {
	background-image: url('check.png');
}
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-alert {
	background-image: url('alert.png');
	background-position: 2px 50%;
}
.yui3-skin-amber .yui3-notify .yui3-notify-message.yui3-notify-message-error {
	background-image: url('eks.png');
}
