/*VTR CSS - Author: Washhouse Design*/




/***************************global reset*/

/* remember to define focus styles! */


#popup {
	#width: 432px;
	background-color: #fff;
	text-align: center;
	padding: 0;
	color: #000;
	font-size: 12px;
	line-height: normal! important;
	overflow: hidden;
}


#popup-close {
	height: 20px;
	text-align: right;
	line-height: 20px;
	margin:  0 0 10px 0;
	text-transform: uppercase;
}

.popup-media-container {
	margin: 0 0 20px 0;
}

.popup-text-container {
	clear: both;
}

.popup-text-container a {
	text-decoration: none;
	
}
.popup-singlecolumn {
	text-align: left;
	width: 100%;
}

.popup-singlecolumn p {
	margin: 0 0 1.2em 0;
}


.popup-twocolumn-left {
	text-align: left;
	width: 48%;
	float: left;
}


.popup-twocolumn-right {
	text-align: left;
	width: 48%;
	float: right;
}

 .popup-twocolumn-left p{
	margin: 0 0 1.2em 0;
}

.clear {
	clear: both;
	height: 1px;
}


#popup strong  {
	color: #333;

}

#popup h1 {
	color: #333;
	margin: 0 0 1.2em 0;
}




