/*  */
/*hoekjes */
div.icorner {
 width: 5px;
 height: 5px;
 position: absolute;
}
div.white_sides {
 position: absolute;
 background: #ffffff;
 height: 98%;
 width: 100%;
 margin: 4px 0px;
 left: 0px;
 z-index: 4;
}
div.itlc {
 /*background: url('/css/ipop_corners.gif') no-repeat;*/
 background: url('/css/ipop_corner5x5.png') no-repeat;
 background-position: top left;
 left: 0px;
 top: 0px;
}
div.itrc {
 background: url('/css/ipop_corner5x5.png') no-repeat;
 background-position: top right;
 right: 0px;
 top: 0px;
}
div.iblc {
 background: url('/css/ipop_corner5x5.png') no-repeat;
 background-position: bottom left;
 left: 0px;
 bottom: 0px;
}
div.ibrc {
 background: url('/css/ipop_corner5x5.png') no-repeat;
 background-position: bottom right;
 right: 0px;
 bottom: 0px;
}
#ipopcloser {
 float: right;
 cursor: pointer;
 margin-right: 6px;
 margin-top: 6px;
}
#overlay { 
 position: absolute;
 top: 0; 
 left: 0;
 z-index: 90; 
 width: 100%;
 height: 500px; 
 background-color: #111111; /*#01440c;*/
}
#ipop {	
 position: absolute;	
 left: 0; 
 width: 100%; 
 z-index: 100; 
 line-height: 0;
} 	
#icontent {
 position: relative;
 line-height: 1em;
 margin: 0px auto;
 width: 720px;
 height: 360px;
 padding: 0px;
}
#iicontent {
 background: #ffffff;
 margin: 5px 4px;
 position: relative;
 z-index: 50;
 height: 100%;
}

/*  */
