/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic_ie.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

/* IE 6 hacks*/

#modalContainer { top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }

#modalContainer a.modalCloseImg {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/MenuItems/x.png', sizingMethod='scale');
	height: 26px;
	right: -14px;
	width: 22px;
}

#confirmModalContainer { top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }