@charset "utf-8";
/* CSS Document */

a{cursor: pointer;}
/*tooltip***********************************************************************************/
#quote-form-tooltip{
	width:302px;
	height:127px}
#quote-form-tooltip{
	background-image: url(images/compare-rates.jpg);
	background-repeat:no-repeat;}

#instype-tooltip{
	position:absolute;
	left: 13px;
	top: 40px;
	width: 132px;
	height: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

#instype-tooltip .type-form{
	border:#333 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 130px;}

#surehits-states{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:130px;
	left: 150px;
	top: 40px;
	}
#surehits-states .states-select{width:130px; border:#333 solid 1px;}

.visible{
	visibility: visible}

.invisible{
	visibility:hidden}

#go-tooltip{
	position:absolute;
	left: 220px;
	top: 87px;
	width: 65px;
	height: 28px;
}

#go-tooltip a{
	display:block;
	width: 65px;
	height: 28px;
	text-indent:-22222px;
	background-image: url(images/go.jpg);
	background-position:center bottom;
	background-repeat:no-repeat
	}
#go-tooltip a:hover{background-position:center top;}

.tooltip-popup
{
	cursor: pointer;
	color: #2983cd;
	border-bottom:#2983cd dashed 1px;
}
