/* POPUP STYLING */







.popup {

	width: 200px;

	height: 200px;

	background: url(../images/popup-bg.png) no-repeat;

	position: absolute;
	z-index:1000;
	
	

	}



.popup .wrap {

	width: 200px;

	display: block;

	background: white;



	overflow: auto;

	}	



.popup h1 {

	color: #b84057;

	font-size: 16px;


	}

	

.popup img {

	float: left;


	}

	

.popup p {

	font-size: 10px;

	line-height: 13px;

	}
	
