#tooltip {
    position: absolute;
    z-index: 3000;
    overflow:hidden;
    zoom:1;
}

.tooltip-content {
    padding: 15px 15px 15px 30px;
    opacity: 0.85;
    width:250px;
    background:#5c5c5c;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    overflow:hidden;
    zoom:1;
}

.tooltip-content {
    padding: 15px 15px 15px 30px;
    opacity: 0.85;
    width:250px;
    background:#5c5c5c;
}

/*#tooltip*/
div.tooltip-top-right {
   margin-top:5px;
   padding-top:13px;
   background:url(/images/misc/tooltip-top-bg.gif) no-repeat 85% 0%;
}


/*#tooltip*/
div.tooltip-left {
   background:url(/images/misc/tooltip-left-bg.gif) no-repeat 0% 35%;
   padding-left:13px;
}


#tooltip h3, #tooltip div, .tooltip-content .body {
    margin: 0;
    text-align:left;
    font:normal 12px Arial, serif;
    color:#fff;
}

#signup_form_page .formBox_in table input[type='password'] {
    width:253px;
    height:20px;
    float:left;
}


.signup li{
	list-style: none;
	background: url(/signup/images/bluebull.gif) left 8px no-repeat;
	padding: 0 0 6px 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
	color: #898989;
}

.signup li b{
	color: #585858;
}

.signup li a{
	text-decoration: underline;
	color: #0376AD;
}

.signup li a:hover{
	text-decoration: underline;
	color: #F8931D;
}

.honey {
    display: none;
}