.hide {
	display:none;
}

.shadow {
	display:none;
	position:absolute;
	top:-8px;
	left:-8px;
	z-index:5;
}

.clear
{
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-top:-1px;
}

/*---------------------------  Poppy Box --------------------------*/
#poppytop
{
	background:#FBFBFB;
}

#blur-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 500px;
	display:none;
}
* html #blur-overlay { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.overlayMacFFBGHack {
	background: url(/images/macFFBgHack.png) repeat;
}

#poppyBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	z-index: 600;
	text-align: center;
}

#poppyBox .container {
	position: relative;
	width: 245px;
	height: 60px;
	z-index:600;
}

#poppyLoading {
	display:none;
	text-align:left;
	
	height:40px;
	width: 225px;
}

#poppyLoading strong {
	padding:0px 0 2px 10px;
	color:#ffffff;
	display:block;
	font-weight:normal;
}

#poppyImg {
	display:none;
	margin:5px 0 0 6px;
}
#poppyBox .imgCaption {
	display:none;
	text-align:left;
	padding:10px 20px;
}
#poppyBox .imgCaption p {
	margin:0;
}

#poppyIframeContent {
	display:none;
	margin:18px 0 0 6px;
}

#poppyHeader {
	display:none;
	height:25px;
	margin:0px 0px 0px 49px;
	text-align:left;
}

#poppyLastModified
{
	color:#333;
	font-family: Arial, Georgia, Sans-Serif;
	font-size:10px;
	float:left;
	width:200px;
}

.poppyHeaderInside
{
	line-height:25px;
	height:25px;
	text-align:right;
	vertical-align:bottom;
	float:right;
	width:200px;
}

#poppyPrintImg
{
	margin-right:6px;
}

a#poppyPrintLink,
a:link#poppyPrintLink,
a:visited#poppyPrintLink,
a:hover#poppyPrintLink
{
	color:#336699;
	font-family: Arial, Georgia, Sans-Serif;
	font-size:11px;
	margin-right:46px;
	z-index:601;
	position:relative;
	top:-3px;
}


#poppyClose {
	z-index:101;
	position:relative;
	top:6px;
	display:none;
}

#poppyTitle 
{
	clear:both;
	color:#660A10;
	display:none;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:32px;
	height:32px;
	line-height:32px;
	margin:-4px 0px 0px 47px;
	text-align:left;
}

#poppyFooter
{
	color:#333;
	display:none;
	font-family: Arial, Georgia, Sans-Serif;
	font-size:10px;
	line-height:12px;
	margin:10px 0px 0px 51px;
	text-align:left;
	vertical-align:middle;
}

.poppyTable
{
	font-size:12px;
	line-height:8px;
}
/*
#poppyBox .taxCalc #poppyIframeContent {
	margin:0;
}
#poppyBox .helpMeChoose #poppyIframeContent {
	margin:-3px 0 0 -2px;
}
*/



/**
* positioning of EB image
*/
#ebImage
{
    position:absolute;
    float:left;
    z-index:10;
    text-align:right;
}
