.yui3-skin-night .yui3-notify .yui3-notify-message {
	background: #2a2a2a;
	color: #efefef;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	clear: both;
}

.yui3-skin-night .yui3-notify .yui3-notify-message-content {
	display: inline-block;
	zoom: 1; *display: inline;
}

.yui3-skin-night .yui3-notify .yui3-notify-message-close {
    background-color: #555;

    border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);

    color: #DCDCDC;
	cursor: pointer;

	display: inline-block;
	zoom: 1; *display: inline;

	margin-left: 5px;
	padding: 4px 7px;

	position: relative;
	top: -2px;
	right: -10px;

	font-size: 10px;
	text-align:center;
	text-decoration: none;
	vertical-align: top;

	-webkit-transition: 0.1s linear -webkit-box-shadow;
	-moz-transition: 0.1s linear -moz-box-shadow;
	-ms-transition: 0.1s linear box-shadow;
	-o-transition: 0.1s linear box-shadow;
	transition: 0.1s linear box-shadow;

	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.yui3-skin-night .yui3-notify .yui3-notify-message-close:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.1)), to(rgba(0,0,0, 0.2)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.1) 40%, rgba(0,0,0, 0.2));
	background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.1) 40%, rgba(0,0,0, 0.2));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.1) 40%, rgba(0,0,0, 0.2));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.1) 40%, rgba(0,0,0, 0.2));
	background-image: linear-gradient(transparent, rgba(0,0,0, 0.1) 40%, rgba(0,0,0, 0.2));
}

.yui3-skin-night .yui3-notify .yui3-notify-message-close:active {
	border: inset 1px solid #999;
	border: none rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0, 0.10)), to(rgba(0,0,0, 0.15)));
	background-image: -webkit-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
	background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
	background-image: -ms-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
	background-image: -o-linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
	background-image: linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
}

.yui3-skin-night .yui3-notify .yui3-notify-message-error {
    border-color: rgb(230, 20, 20);
    -webkit-box-shadow: inset 0 0 3px rgb(230, 20, 20);
    -moz-box-shadow: inset 0 0 3px rgb(230, 20, 20);
    box-shadow: inset 0 0 3px rgb(230, 20, 20);
}
.yui3-skin-night .yui3-notify .yui3-notify-message-alert {
    border-color: #fec845;
    -webkit-box-shadow: inset 0 0 3px #fec845;
    -moz-box-shadow: inset 0 0 3px #fec845;
    box-shadow: inset 0 0 3px #fec845;
}

