/* 
	FOR BUILDER POPUPS
	------------------------------------------------------- */	
	
/* 	CSS: For Builder Pop-up
	---------------------------------------------------------------- */
	div.builder-popup {
		 width: 284px;
		 background: transparent; 
		 margin: 0; 
		 padding:0; 
		 height: auto;
	}

/* 	Pop-up: TITLE
	---------------------------------------------------------------- */
	div.builder-popup h2 {
		background: transparent url(../images/bg_popup_message.png) top left no-repeat; 
		text-indent: -9999px; 
		height: 22px; 
		margin: 0; 
		padding: 0;border: 0px solid #c30;
	}
	/* BUILDER POPUP RELATED BUTTONS */
	/* SAUCES RELATED BUTTONS */
	div.popup-close { 
		text-align: right; 
		font-size: 11px; 
		border-top: 1px solid #ddd; 
		padding-top: 10px;
		position: absolute; 
		bottom: 25px; 
		left: 10px; 
		width: 470px; 
	}
	div.popup-close a { 
		float: right; 
		display: inline; 
		margin-top: 12px; 
		text-decoration: none; 
		font: bold 11px arial,geneva,helvetica,sans-serif; 
		text-transform: uppercase; 
		color: #0064a1; 
		padding-right: 10px; 
	}
	div.ok { 
		clear: left; 
		text-align: right; 
		font-size: 11px; 
		border-top: none; 
		padding: 30px 5px 10px 5px;
		position: relative; 
		bottom: 5px; 
		left: 0px; 
		width: 245px; 
		clear: both; 
	}
	div.ok a { 
		text-indent: -9999px; 
		float: none; 
	}
	
	#builder-popup-iframe { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width:282px; 
		height: 155px; 
		visibility: hidden; 
	}
	