.bodywrap{
    width: 1000px;
    height: 1000px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
	border: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.browseframe{
    position: absolute;
    border-style: hidden;
    height: 0%;
    width: 0%;  
    top: 0px;
    left: 0px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
}

.transparentground{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-style: hidden;
    z-index: 10;
    background-color: #3f414a;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.inframe{
    position: absolute;
    border: 3px solid #3f414a;
    padding: 0;
    min-width: 600px;
    min-height: 300px;
    top: 4%;
    left: 20%;
    width: 60%;
    height: 80%;
    background-color: white;
    overflow: hidden;
    z-index: 20;
}

