#betabox {
	z-index:999999;
        position: fixed;
        bottom:0px;
	right:0px;
        width: 250px;
        background-color:#EEC839;
        padding: 0px;
        border: solid #FFFFFF 4px;
        display: block;
	opacity: .95;
	filter: alpha(opacity=95);

}
* html #betabox {
position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#betabox p{
	padding-left:10px;
	padding-top:5px;
}

#betabox #betabutton{
	float:right;
}



#betabox h1{
color: #FFFFFF;
	font-family: Times New Roman, serif;
	font-size: 1.5em;
	font-weight: bold;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 1px;
padding: 5px 0px 5px 10px;
}


