#overlay{ 
    background-image: url(/images/common/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #FFF;
    background-color: transparent;
    background-image: url(/images/common/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/common/overlay.png", sizingMethod="scale");
}

#box{
    background:#E5E0DA;
	margin: 0;
	padding: 0;
    border:1px solid #C4C4C4;
	overflow: auto;
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box #boxContents {
	margin:9px 10px;
	background-color: #FFF;
    border:1px solid #C4C4C4;
	text-align: left;
	position: relative;
	/* font-size: 13px; */
}

#box #boxContents p {
	width: 300px;
	margin: 20px;
}

#box #boxContents div.btns {
	text-align: right;
	padding: 0 20px 15px;
}

#box #boxContents #antiAgingArticle {
	width: 520px;
	padding-bottom: 39px;
}

#box #boxContents #antiAgingArticle p#homeClose {
	padding: 10px 20px;
	width: auto;
	margin: 0;
	text-align: right;
	background-color: #ECECCF;
	background-image: none;
}
#box #boxContents #antiAgingArticle div#logos {
	float: right;
	display: inline;
	margin: 53px 38px 0 0;
	text-align: right;
	width: 128px;
}
#box #boxContents #antiAgingArticle div#logos img {
	margin-bottom: 7px;
}
#box #boxContents #antiAgingArticle div#logos img#pro-x-image {
	margin-top: 100px;
}
#box #boxContents #antiAgingArticle h3 {
	font-weight: bold;
	font-size: 1.6em;
	text-indent: 12px;
	margin: 33px 10px 0 30px;
	background: url('/images/home/green_text_box.gif') top left no-repeat;
}
#box #boxContents #antiAgingArticle p {
	width: auto;
	font-size: 1.2em;
	margin: 15px 203px 0 30px;;
}
#box #boxContents #antiAgingArticle ul {
	width: auto;
	font-size: 1.2em;
	margin: 15px 203px 0 30px;;
}
#box #boxContents #antiAgingArticle ul li { margin-top: 5px; }