.wpp-promo-bar {
			background-color: orange;
			color: black;
			padding: 10px;
			z-index: 999999;
			text-align: center;
}
		.wpp-link {
			border-radius: 5px;
			border: 1px outset #fff;
			padding: 4px 10px;
			font-size: 1.2em;
			margin: 0px 0 0 10px;
			background: none repeat scroll 0% 0% #414;
			color: #fff !important; 
			border: 2px solid #fff;
			
	
		}
		.wpp-close {
			position: absolute;
			top: 5px;
			right: 35px;
			color: #FFF;
			cursor: pointer;
		}
		.wp-promoter-popup {
		position: fixed;
			top: 104px;
			left: 351px;
			right: 300px;
			bottom: 100px;
			background-color: #000;
			padding: 10px;
			color: #FFF;
			border: 5px solid #ccc;
			border-radius: 10px;
			text-align: center;
			z-index: 99999;
		}
		
