<!--
.blox {
	top:-500px;
	width:350px;
 	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color:#ffffff;
}

.blox .bloxbox {
 	border-right:1px solid #e0e0e0;
 	border-left:1px solid #e0e0e0;
 	border-top:3px solid #e0e0e0;
 	border-bottom:3px solid #e0e0e0; 
}

.blox .imrc {
	font-size:1px;
	line-height:0px;
	height:1px;#FF7700
	border-width:0px;
	border-style:solid;
	border-right-width:1px;
	border-left-width:1px;
}

.blox .imbrc {
	border-width:0px;
	border-bottom-width:1px;
	height:0px;
}

.imrbcolor { 
	border-color:#cccccc; 
}
.imrcolor {
	background-color:#efefef; 
}
-->