/* message */

.leftmessage
	{
	position: absolute;
	font: 8pt arial;
	font-style: italic;
	top: 180px;
	left: 94px;
	float: left;
	width: 280px;
	height: 140px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #606060;
	}
	
/* box below message */

.oldleftbox
	{
	position: absolute;
	top: 250px;
	left: 94px;
	float: left;
	width: 200px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #333333;
	}
	
/* image box below main content */
	
.imagebox
	{			
	position: absolute;
	top: 334px;
	left: 447px;
	width: 400px;
	padding: 0px 0px;
	float: left;
	}
	
/* semi-transparent text box */
	
div.removalbox
  	{
	position: absolute;
	top: 250px;
	left: 64px;
  	width: 320px;
  	height: 190px;
  	margin: 10px 10px;
  	background-color: #FFFFFF;
  	border: 1px solid;
  	border-color: #808080;
  	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  	/* for Mozilla */
  	-moz-opacity:0.7;
  	}

div.removalbox p
  	{
	font: 8pt arial;
  	font-weight: normal;
  	margin: 5px 5px;
  	color: #000000;
	}
	
.narrowcol
	{
	width: 200px;	
	}
	
.removalimage
	{
	position: absolute;
	top: 335px;
	left: 280px;
  	width: 106px;
  	height: 94px;
  	margin: 0px 0px;
	}
