/* CSS Sheet for Popup Pages*/

.box{
   clear: both;
   width: 80%;
   background: #fff url(images/75pxWide.png) no-repeat;
   color: #000;
   padding: 1em;
   display: inline;
}

#Table_01 {
	display: block;
	position:relative;
	left:0px;
	top:0px;
	width:280px;
	height:180px;
}

#Table_02 {
	display: block;
	position:relative;
	left:0px;
	top:0px;
	width:180px;
	height:250px;
}

.floatLeft { 
    float: left;
    clear: left; 
    margin: 4px; 
    font-size: 10px;
    text-align: center;
}

.floatRight { 
    float: right; 
    clear: right; 
    margin: 4px;
    font-size: 10px;
    text-align: center;
}

div.popup1 {
	display: block
	width:250px;
	height:250px;
	overflow:hidden;
	}
	
div.nest {
	display: block
	width:auto;
	height:auto;
	overflow:hidden;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
