div#tipDiv {
    color:#FFF; font-size:11px; line-height:1.2;
    background-color:#151515; border:1px solid #999999; 
    width:200px; padding:4px;
}


#statuspopup { /* div that pops out of the left menu to allow users to change status */

	display: none; 
	
	position: absolute;
	width: 214px;
	height: 94px;
	margin-left: 125px;
	margin-top: -103px;
	background: url('//e.vampirefreaks.com/images/statusbg.gif') 0px 0px no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	z-index: 100;
}


#spopupx { /* the close X link in the top right of the status box */
	display: inline; /* (stops IE6 doubling the margin) */
	width: 14px; 
	height: 13px; 
	float: right;
	/*margin: 5px 0px 0px 0px;*/
	background: none; /* homepage fix */
}
#spopupx img { border: none; }


#statuspopup form {
	margin-top: -1px;
	position: absolute;
	width: 195px;	
	margin: 8px 0px 0px 9px;
}

#spopuptextarea, #spopupgo { /* status popup text field and go but */

	background: #b9b9b9!important;
	border: 1px solid #6e6e6e!important;
	font-size: 8pt;
	font-weight: bold;
}

#spopuptextarea {
	width: 149px;
	height: 45px;
	color:#222;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
} 


#spopupgo {
	margin: 35px 0px 0px 0px;
	float: right;
	color: #444;
}

#spopupplain { /* span containing plain text status (if just updated) */
	font-weight: normal;
}

#spopuplink { /* div containing the "change again" link (if just updated) */
	text-align: right;
	padding: 3px 20px 0px 0px;
}
#spopuplink a {
	display: inline;
	background: none;
	color: #660099;
	text-decoration: underline;
}
#spopuplink a:hover { color: #fff; }




