#transbox {
	z-index: 50;
	position: absolute;
	width: 350px;

	left: 530px; /* 630 */
	top: 70px; 

	margin: 0px;
	background-color: whitesmoke;

	border-top: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	border-right: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;

	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	overflow: visible;

/*
	outline: 1;
	outline-style: double;
	outline-color: cadetblue;
*/

}
#transbox div {
	/*padding: 20px;*/
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: darkgreen;
	font-family: 'trebuchet ms','helvetica';
	font-weight: bold;
	/*text-shadow: #555 1px 1px 1px;*/
}
td.marker {
	width: 25px;
	text-align: center;
	font-size: 18px;
	color: darkred;
	font-weight: bold;
	vertical-align: top;
	background-color: transparent;
}
td.offer {
	font-size: 11px;
	color: darkgreen;
	font-weight: normal;
	vertical-align: top;
	background-color: transparent;
}
	

