<style type="text/css">
#empty {}

#float_right {
float: right;
margin: 0 0 10px 10px;
padding: 0px;
width: auto;
}

#float_left {
float: left;
margin: 0 10px 10px 0;
padding: 0px;
width: auto;
}


#punch_top_right {
float: right;
top: 0px;
left: 0px;
width: 124px;
height: 218px;
border: solid 1px black;
margin: 0 0 10px 10px;
padding: 0;
}

#punch_top_left {
float: left;

}

#punch_top_middle {

}

#punch_middle_right {

}

#punch_middle_left {

}

#punch_bottom_right {

}

#punch_bottom_middle {

}
#punch {

	float: left;
	left: 0px;
	padding: 5px;
	width: 150px;
	height: auto;
	margin: 0px;
	border: solid 1px darkred;
	background-color: orange;
	margin: 5px 5px 0 0;
}

#punch_right {
	float: right;
	left: 0px;
	padding: 5px;
	width: 150px;
	height: auto;
	margin: 0px;
	border: solid 1px darkred;
	background-color: orange;
	margin: 5px 5px 0 0;
}
#punch_left_200 {
	float: left;
	left: 0px;
	padding: 5px;
	width: 200px;
	height: auto;
	margin: 0px;
	border: solid 1px darkred;
	background-color: orange;
	margin: 5px 5px 0 0;
}

#insightix_logo {
	float: left;
	margin: 5px 5px 0 0;
	width: 197px;
	height: 51px;
}
#login_form {
	float: right;
	margin: 0 0 5px 5px;
	width: auto;
	height: auto;
	border: solid 1px red;
	padding: 6px;
	background-color: lightyellow;
}

#inner-container {
   position: absolute;
   top: 100px; left: 100px;         /* place it where you want     */
}

#translucentbkg {
   width: 250px; height: 100px;     /* to match DIVs size          */
   background-color: red;       /* the background              */
   filter:alpha(opacity=25);
   -moz-opacity:0.5;
   opacity: 0.25;
   border-right: solid 3px black;
   border-bottom: solid 4pix black;
}

#opaquetext {
   width: 250px; height: 100px;     /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 1;                      /* place it over the other DIV */
   border-right: solid 6px red;
   border-bottom: solid 4px red;
}

</style>