.tool-tip {
	width: 400px;
	background: #ffffff;
	border: 1px solid #000000;
}
 
.tool-title {
	font: normal 11px verdana;
	color: #ffffff;
	padding: 4px;
	background: #464441;
}
 
.tool-text  {
	font: normal 11px arial;
	color: #464441;
	padding: 4px;
}

.tool-text li {
	font: normal 11px arial;
	padding: 2px;
}

#tos_container{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	visibility: hidden;
	}
#vb_tos, #po_tos {
	margin: 5px;
	padding: 5px;
	width: 600px;
	height: 300px;
	border: 1px solid #000000;
	background: #ffffff;
	overflow: auto;
	display: none;
	text-align: left;
	scrollbar-base-color: #c0c0c0;
}
#vb_tos H3, #po_tos H3 {
	font: bold 12px tahoma;
	margin: 3px 0 5px 0;
}
#vb_tos P, #po_tos P {
	font: normal 11px tahoma;
	text-align: justify !important;
	text-indent: 0;
}
#tos_close {
	margin: -6px 5px 0 5px;
	padding: 3px;
	width: 604px;
	border: 1px solid #000000;
	background: #464441;
	text-align: right;
}
#tos_close A {
	font: normal 11px arial;
	color: #ffffff;
}

