
.infoBoxTable {  
	border: #000000; border-style: outset; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px
	}

.rentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF
	}


.rentBox {
	filter:alpha(opacity=0); 
	position:absolute;
	width:120px;
	z-index:100;
	background-color: #339966;
	layer-background-color: #006699;
	border: 1px none #000000;
	}

.rhouseBox {
	filter:alpha(opacity=0);
	position:absolute;
	width:120px;
	z-index:100;
	background-color: #009966;
	layer-background-color: #003333;
	border: 1px none #000000;
	}

.studentBox {
	filter:alpha(opacity=0);
	position:absolute;
	width:120px;
	z-index:100;
	background-color: #FF6600;
	layer-background-color: #003333;
	border: 1px none #000000;
	}

.toletBox {
	filter:alpha(opacity=0);
	position:absolute;
	width:120px;
	z-index:100;
	background-color: #006699;
	layer-background-color: #003333;
	border: 1px none #000000;
	}

.landlordBox {
	filter:alpha(opacity=0);
	position:absolute;
	width:120px;
	z-index:100;
	background-color: #CC0000;
	layer-background-color: #003333;
	border: 1px none #000000;
	}
