#notifier {
	position:fixed;
	bottom:-10px;
	right:5px;
	width:250px;
	background-image:url(../../design/images/notifier/BG.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:10;
}

#notifier input, #notifier button {
	font-weight:bold;
}

#notifier_hide {
	position:absolute;
	top:9px;
	right:18px;
	background-image:url(../../design/images/notifier/close.png);
	cursor:pointer;
	width:10px;
	height:10px;
	z-index:12;
}

#notifier_content {
	position:absolute;
	top:8px;
	left:8px;
	right:18px;
	bottom:10px;
	color:#4C0203;
	font-size:11px;
	z-index:11;
}

#notifier_content .thumb {
	position:absolute;
	top:3px;
	left:0px;
}

#notifier_content .image {
	margin:2px 0 0 2px;
}

#notifier_content .image img {
	border:2px solid #85663B;
	height:75px;
	width:54px;
}

#notifier_content .corners {
	position:absolute;
	top:0px;
	left:0px;
}

#notifier_content .text {
	margin:15px 0 0 70px;
}

#notifier_content .buttons {
	position:absolute;
	top:62px;
	left:70px;
}

#notifier_content .buttons button {
	width:60px;
	margin:0 5px;
}