@charset "utf-8";

body {

    }
table {
	border-collapse:collapse;
	width:100%;
	}
.redboxTL {
	background-image: url(images/redbox-top-left.png);
	background-repeat:no-repeat;
	height:90px;
	width:85px;
	background-position:right;	
	}
.redboxTR {
	background-image: url(images/redbox-top-right.png);
	background-repeat:no-repeat;
	height:90px;
	width:90px;	
	}
.redboxBL {
	background-image: url(images/redbox-bottom-left.png);
	background-repeat:no-repeat;
	height:90px;
	width:85px;
	background-position:right;	
	}
.redboxBR {
	background-image: url(images/redbox-bottom-right.png);
	background-repeat:no-repeat;
	height:90px;
	width:90px;
	}
.redboxTfill {
	background-image: url(images/redbox-top-repeat.png);
	background-repeat:repeat-x;
	height:90px;
	width:38px;	
	}		
.redboxBfill {
	background-image: url(images/redbox-bottom-repeat.png);
	background-repeat:repeat-x;
	height:18px;
	width:90px;
	}		
.redboxLfill {
	background-image: url(images/redbox-left-repeat.png);
	background-repeat:repeat-y;
	height:9px;
	width:85px;
	background-position:right;	
	}
.redboxRfill {
	background-image: url(images/redbox-right-repeat.png);
	background-repeat:repeat-y;
	height:9px;
	width:90px;
	}
