/*
 * 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; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale');}
#confirmModalContainer {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
.signupBBdiv {
	/*float:right;*/
	/*z-index:10;*/
	margin:5px 0 0 0;
	height:40px;
	}

.signupBBleft {
	background:url(../images/marrow.gif) top left no-repeat;
	width:18px;
	height:10px;
	/*float:left;*/
	position:relative;
	margin:0px -3px 0 10px;
	z-index:99;
}
.signupBBcontent {
	background:url(../images/mbg.gif) bottom right no-repeat;
	background-color:#ffc;
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:290px;
	height:25px;
	float:left;	
	font-size:10px;
	/*padding: 5px 10px 8px 8px;
	margin:10px -3px 0 -25px;*/
	text-align:center;
}