/**

 * CSS Popup Wiondow Stylesheet  file name  stylesheet_css_popup_window

 *

 * Linda Acrey created this for this site - I just copied and pasted the following Zen cart stuff- do not know if I did this right - I am trying to make a ffffcc background on all the popup messages. right now it is using my site background image which is and you can not read it with that dark background

 *

 * @package templateSystem

 * @copyright Copyright 2003-2005 Zen Cart Development Team

 * @copyright Portions Copyright 2003 osCommerce

 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

 * @version $Id: 

 LA NOTES: DO NOT UPLOAD UNTIL THIS UNTIL I FIND SOURCE OF BACKGROUND IMAGE OVERRIDE. I PUR THE FOLLOWING IN THE Classis2 MAIN css */



/* css popup window stylesheet */


#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffcc;
	color: #000000; 
	}
#popupwindowplain, #popupShippingEstimator,#popupSearchHelp{
	background-color:#ffffcc;
	color : #000000;
	}
	 
	