@charset "utf-8";
/* Postit Note - CSS Document */

#postit {
	background: url(../postit/postit.png) no-repeat  !important;
	background: url(../postit/postit.gif) no-repeat;
	position: absolute;
	top: 50px;
	left: 865px;
	width: 225px;
	height: 225px;
	margin: 0 -150px -200px 0;
	overflow: hidden;
	z-index: 2000
}

#postit_close {
	position: absolute;
	top: 27px;
	left: 192px;
	width: 19px;
	height: 17px;
	overflow: hidden;
	z-index: 100
}

#postit_close:hover {
	cursor: pointer
}

#postit_link {
	position: absolute;
	top: 168px;
	left: 16px;
	width: 177px;
	height: 29px;
	overflow: hidden;
	z-index: 100
}

#postit_link:hover {
	cursor: pointer
}

#postit a:link img {
	border: none
}