.bluebox {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	Z-INDEX: 99; 
	RIGHT: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 1px 0px 1px 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	POSITION: relative; 
	BORDER-RIGHT-WIDTH: 0px
}	
/* In the CSS below, the numbers used are the following:
    1px: the width of the blueborder
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the blueborder (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the blueborder image
*/
.blueborderTL, .blueborderTR, .blueborderBL, .blueborderBR {
    width: 14px; height: 14px;
    padding: 0px; blueborder: 0px;
    z-index: 99;
}
.blueborderTL, .blueborderBL { float: left; clear: both; }
.blueborderTR, .blueborderBR { float: right; clear: right; }
.blueborderTL { margin: -1px 0px 0px -1px; }
.blueborderTR { margin: -1px -1px 0px 0px; }
.blueborderBL { margin: -14px 0px 0px 0px; }
.blueborderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the blueborder scooted to the left or right by an
   additional 3px! Why? */
.blueborderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .blueborderTL {
    margin-left: -1px;
}
.blueborderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .blueborderTR {
    margin-right: -1px;
}
.blueborderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .blueborderBL {
    margin-left: 0px;
}
.blueborderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .blueborderBR {
    margin-right: 0px;
}


