/*

	Css div

*/
.bottoneTip {
	border: 1px solid #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
}
.testoTip{
	Padding : 5px 5px 5px 5px;
	Color : #FFFFFF;
	font-family: Verdana;
	font-size: 9px;
	background-color: #000000;
}
#tipDiv{
	width: 300px;
	background-Color : #000000;
	padding : 0px;
	border: 1px ridge #333333;
}
.tdDiv{
	background-Color : #585858;
}
#tipImg{
	background-image: url(../js/LgInfoToolTip.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	width: 16px;
}

#bottoneForm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #333333;
}

