.mainRectangle {
    font-size : 13px;
    z-index:4;
    min-width:20px;
    margin-left:13px;
    overflow:visible;
/*  vertical-align:top; */
  }


.IEmainRectangleWrapper {
    position : relative;
  }

/**It's an ID and not a class to make scriptacolous effects function*/
#testoContenuto {
    min-width:20px;
    margin-left:10px;
    text-indent:0%;
    width:96%;
  }


.mainRectangleContent {
    text-indent:10px;
    background-color : #f6ffdb;
    border-left-color : #d1ed64;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #d1ed64;
    border-right-style : solid;
    border-right-width : 1px;
    position : relative;
    width : 543px;
  }

/*IE6 HACK*/
.IEmainRectangleWrapper>.mainRectangleContent{
width :541px;
}

.mainRectangleTopleft {
    background-image : url('images/mainrect-0-0.gif');
position : relative;
    width: 13px;
    height: 13px;
  }


.mainRectangleTopcentre {
    background-image : url('images/mainrect-0-1.gif');
    position:relative;
    left:13px;
    height : 13px;
    width : 517px;
  }


.mainRectangleTopright {
    background-image : url('images/mainrect-0-3.gif');
    position:relative;
    left:517px;
    width: 13px;
    height: 13px;
  }


.mainRectangleBottomleft {
    background-image : url('images/mainrect-2-0.gif');
position : relative;
    width: 13px;
    height: 13px;
  }


.mainRectangleBottomcentre {
    background-image : url('images/mainrect-2-1.gif');
    position:relative;
    left:13px;
    height : 13px;
    width : 516px;
  }


.mainRectangleBottomright {
    background-image : url('images/mainrect-2-3.gif');
    position:relative;
    left:516px;
    width: 13px;
    height: 13px;
  }

.Code
{
    min-width:20px;
    overflow:hidden;
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	font-family: 'Courier New' , Monospace;
	background-color: #ffffff;
}

