#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-image:url(../imag/sis/hint.gif);
background-repeat:no-repeat;
width: 150px; /*Default width of hint.*/ 
padding: 2px;
font:normal 11px Verdana;
z-index:100;
visibility: hidden;
width:193px;
height:192px;
}

#hintbox p { text-align: center; padding-left: 0; padding-top: 10px !important; }

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.hintcss{
background-color:#000000;
}
.frm{
	margin:0px;
}
.list_td0{
	padding-left:5px;
}
.price_td0{
	padding-left:5px;
/*	background-color:#bfe800;
	color:#617500;
*/
	background: #FC6;
	color: #000;
}
.list_td1{
	padding-left:5px;
}
.price_td1{
	padding-left:5px;
/*	background-color:#d4e975;
	color:#617500;
*/
	background: #f90;
	color: #000;
}
.green{
	color:#617500;
}
.sq{
	width:100px;
	height:100px;
	border:1px solid #cccccc;
}
.tf2{
	border:1px solid #c7c7c7;
	font-size:10px;
	color:#9e9e9e;
}

TEXTAREA.tf2 { width: 98.5% !important; margin-top: 4px; }

.tf{
	font-size:11px;
	color:#717070;
}
.sl{
	font-size:10px;
	border:1px solid #e1e1e1;
	color:#717070;
}
.sl2{
	font-size:10px;
	border:1px solid #e1e1e1;
	color:#717070;
	width:80px;
	margin-bottom:2px;
}


