/* the norm */
#popup-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#popup-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#popup-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#popup-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.popup-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('../images/ie-spacer.gif'); /* ie7/8 fix */ 
}
.popup-top {
	background:url(../images/popup.png) no-repeat left -30px;
	height:10px;
}
.hover .popup-top {
	background-position:right -30px;
}
.popup-bottom {
	background:url(../images/popup.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .popup-bottom {
	background-position: bottom right;
}
.popup-item {
	display:block;
	background:url(../images/popup.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .popup-item {
	background-position:right -40px;
}
.popup-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.popup-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(../images/popup.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	text-indent:-9999em;
}
.popup-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.popup-image {
	width:48px;
	height:48px;
	float:left;
}
.popup-with-image,
.popup-without-image {
	padding:0;
}
.popup-with-image {
	width:220px;
	float:right;
}
/* POPUP BRANCO */
.popup-light .popup-item,
.popup-light .popup-bottom,
.popup-light .popup-top,
.popup-light .popup-close {
    background-image: url(../images/popup-light.png);
    color: #666;
}
.popup-light .popup-title {
    text-shadow: none;
}
/* POPUP AZUL */
.popup-blue .popup-item,
.popup-blue .popup-bottom,
.popup-blue .popup-top,
.popup-blue .popup-close {
    background-image: url(../images/popup-blue.png);
    color: #ddd;
}
.popup-blue .popup-title {
    text-shadow: none;
}
/* POPUP VERMELHO*/
.popup-red .popup-item,
.popup-red .popup-bottom,
.popup-red .popup-top,
.popup-red .popup-close {
    background-image: url(../images/popup-red.png);
    color: #eee;
}
.popup-red .popup-title {
    text-shadow: none;
}
/* POPUP AMARELO */
.popup-yellow .popup-item,
.popup-yellow .popup-bottom,
.popup-yellow .popup-top,
.popup-yellow .popup-close {
    background-image: url(../images/popup-yellow.png);
    color: #555;
}
.popup-yellow .popup-title {
    text-shadow: none;
}
/* POPUP VERDE */
.popup-green .popup-item,
.popup-green .popup-bottom,
.popup-green .popup-top,
.popup-green .popup-close {
    background-image: url(../images/popup-green.png);
    color: #fff;
}
.popup-green .popup-title {
    text-shadow: none;
}
