.freeow {
	position: fixed;
	width: 300px;
	z-index: 9999;
}
.freeow-top-right {
	top: 102px;
	right: 10px;
}
.freeow-bottom-right {
	bottom: 10px;
	right: 10px;
}
.freeow > div {
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.freeow .content {
	margin: 5px 5px 5px 69px;
}
.freeow h2, .freeow p {
	margin: 0;
	padding: 0;
}
.freeow .icon {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	top: 5px;
	left: 10px;
	z-index: 1;
}
.freeow .close {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 8px;
	left: 8px;
	background: none;
	z-index: 2;
}
.freeow div:hover .close {
/*  background: transparent url(images/close.png?v=0.65) no-repeat 0 0;*/
}
.freeow .slide .icon {
	background-image: url(images/slide.png?v=0.65);
}
.freeow .pushpin .icon {
	background-image: url(images/pushpin.png?v=0.65);
}
.freeow .error .icon {
	background-image: url(images/error.png?v=0.65);
}
.freeow .info .icon {
	background-image: url(images/info.png?v=0.65);
}
.freeow .question .icon {
	background-image: url(images/question.png?v=0.65);
}
.freeow .success .icon {
	background-image: url(images/success.png?v=0.65);
}
.freeow .error .icon {
	background-image: url(images/error.png?v=0.65);
}
.freeow .wait .icon {
	background-image: url(images/wait.png?v=0.65);
}
.freeow .smokey {
	color: white;
}
.freeow .smokey .background {
	border: 3px solid #000;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #000;
	opacity: .75;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
}
.freeow .smokey:hover .background {
	border-color: #fff;
}
.freeow .smokey .content {
	margin: 5px 5px 5px 69px;
}
.freeow .smokey h2 {
	font-family: "Lucida Grande", Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.freeow .smokey p {
	padding-top: 8px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}
/* Gray */
.freeow .gray {
	color: black;
}
.freeow .gray .background {
	border: 2px solid #eee;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eee;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
}
.freeow .gray:hover .background {
	border-color: #f4005f;
}
.freeow .gray .content {
	margin: 5px 5px 5px 69px;
}
.freeow .gray h2 {
	font-family: "Lucida Grande", Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}
.freeow .gray p {
	padding-top: 8px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
/* OSX */
.freeow .osx .background {
	border: 1px solid #939393;
	background: #eee url(images/osx/background.png?v=0.65) repeat-y top left;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
}
.freeow .osx .content {
	margin: 5px 5px 5px 87px;
}
.freeow .osx .icon {
	left: 28px;
}
.freeow .osx .close {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 1px;
	background: transparent url(images/osx/close.png?v=0.65) no-repeat 0 0;
	z-index: 2;
}
.freeow .osx:hover .close {
	background: transparent url(images/osx/close.png?v=0.65) no-repeat -16px 0;
}
.freeow .osx h2 {
	font-family: "Lucida Grande", Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}
.freeow .osx p {
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
.freeow .simple .background {
	border: 2px solid #ccc;
	background: #eee;
}
.freeow .simple .content {
	margin: 5px 5px 5px 69px;
}
