#sponsorAdDiv { /* css controls for the actual popup */
	position:absolute;
	height:auto;
	width:auto;
	top:110px;
	left:30px;
    z-index:99999999;
}

#sponsorAdDiv iframe { /* this is a hack to hide select boxes in IE6 */
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:1000px;/*must have for any big value*/
	height:1000px/*must have for any big value*/;
}

.dhtmladheader{ /* the copy at the top "Special Offer" */
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 18px;
    letter-spacing:.1em;
    font-weight: bold;
    color: #FFFFFF
}	

.dhtmladbars{ /* the color of the top and bottom bars */
    background-color:#6F6F6F;

}
.dhtmloffercopy{ /* the offer copy text */

}
.dhtmlformtxt{ /* the text to the left of the form fields */
    font:12px Arial; color:#666;
}

.formtext{ /* the text to the left of the form fields */
    font:12px Arial; color:#666;
}

td.medformname{ /* the text to the left of the form fields */
    font:12px Arial; color:#666;
}
.dhtmlscrollbox{ /* the text in the scrollbox at the bottom */
    font:9px Arial; color:#000;
}

#ad-text-link {margin-top: 25px;}
#ad-text-link p {margin: 0; padding: 0;}
#ad-text-link ul {margin: 0; padding: 0; width: 80%; list-style-type: none;}
#ad-text-link ul li {margin-top: 5px; background: url(http://images.meredith.com/bhg/images/temps/square.gif) no-repeat 0 5px; padding-left: 7px;}

.dhtmladclosebar a.close{ /* the close button text */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-decoration:none;
    font-weight: bold;
    color: #FFFFFF;
    cursor:pointer;
}
.dhtmlclosebar a:link{ color:#FFFFFF; }
.dhtmlclosebar a:visited{ color:#FFFFFF; }
.dhtmlclosebar a:hover{ color:#FFFFFF; }
