div#washmatte {
    display: none;
    position: absolute;
    height: 1px;
   	width: 100%;
    z-index: 100000;
    /*opacity: .70;
    filter: alpha(opacity=70);
	background-color: #fff;*/
	opacity: .50;
    filter: alpha(opacity=50);
    background-color: #555;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
div#washboxouter {
    display: none;
    width: 100%;
    /*height: 150%;*/
    position: absolute;
    text-align: center;
    z-index: 100001;
	margin: 0;
	top: 0;
	left: 0;
    /*padding-top: 87px;*/
	padding-top: 150px;
}
div#washboxinner {
    display: none;
    margin: 0 auto 0 auto;
    text-align: left;
    width: 767px !important;
	width: 773px;
    height: 795px !important;
	height: 815px;
    border: 0;
    background: transparent;
	overflow: hidden;
}
iframe#inlineFrame {
	border: 0;
	overflow: hidden;
	height: 800px !important;
	height: 820px;
	width: 770px !important;
	width: 773px;
	
}