/* Corners */
.notify_nw,
.notify_ne,
.notify_se,
.notify_sw{
	float: left;
	height: 20px;
	width: 20px;
	background: url(../images/corners.png) no-repeat;
}

/* Sides */
.notify_w,
.notify_e {
	float: left;
	width: 20px;
	background: url(../images/sides.png) repeat-y;
}

/* Center and Bottom */
.notify_center,
.notify_bottom {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	clear: left;	
	padding: 10px;
	font-family: "Trebuchet MS"; /*"Trebuchet MS"*/	
}

/* Top and Bottom */
.notify_n,
.notify_s {
	float: left;
	background: url(../images/corners.png) no-repeat;
	height: 20px;
	width: 250px;
}

.notify_content {    
    text-align:left;
	float: left;
	background: #9FC323;
	color: #fff;
	width: 250px;
}

.notify_center {
/* 10.5.2013 RokA; added */
    color:#007700;
	background-color: #9FC323;
    height: 150px;
	width: 280px;
	/*background: #1E211F;*/
}

.notify_n {
	background-position: -16px -49px;
	background-repeat: repeat-x;
}

.notify_ne {
	background-position: -20px 0;
}

.notify_se {
	background-position: 0 -20px;
}

.notify_sw {
	background-position: -20px -20px;
}

.notify_s {
	background-position: -16px -70px;
	background-repeat: repeat-x;
}

.notify_e {
	background-position: -20px 0;
}

.notification {
	clear: left;
	float: left;
	list-style: none;
}

#notification_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.notification iframe {
	border: 0;
}

.notification iframe body {
	margin: 0;
}

.notification h3 {
	color: #fff;
}