/******* BLOG OPTIN ***********/
	/**** MERKAT ****/
	#meerkat {
		width: 100%;
		display:none;
	}
	
	
	#meerkat-content {
		margin: 0 auto;
	}
	
	#meerkat-content h1{
		color: #FFF;
		font-size: 14px;
	}
	
	#meerkat-content p{
		color: #FFF;
		font-size: 12px;
	}
	
	#meerkat-content a.dont-show{
		color: #CCC;
		font-weight: bold;
		position: absolute;
		top: 5px;
		right: 45px;
	}
	
	#meerkat-content a.dont-show:hover {
		color: #CCC;
		text-decoration: none;
		position: absolute;
		top: 5px;
		right: 45px;
	}
	
	
	a.close {
		position: absolute;
		top: 7px;
		right: 3px;
		background: url(../images/close-btn.png) no-repeat 0 0;
		display: block;
		height: 26px;
		width: 26px;
		text-indent: -9000px;
	}
	
	a.close-meerkat {
		position: absolute;
		top: 5px;
		right: 3px;
		background:#CCCCCC;
		border: 2px solid #FFF;
		text-decoration: none;
		padding: 0px 4px 1px 5px;
		font-weight: bold;
		font-size: 1.2em;
		color: #6B8C04;
	}
	
	a.close-meerkat:hover {
		border: 2px solid #2e2a22;
		color: #2e2a22;
	}
	
	
	a.close:hover {
		background-position: 0 bottom;
	}
	