/* Chat */

#button-go-private{
	background: url(images/btn_go_private.jpg) no-repeat;
	width: 195px;
	height: 31px;
	margin: 2px;
	float:left;
	display:block;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#button-go-private span{
	display: none;
}

#button-buy-time{
	background: url(images/btn_buy_time_chat.jpg) no-repeat;
	width: 132px;
	height: 31px;
	margin: 2px;
	float:left;
	display:block;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#button-buy-time span{
	display: none;
}

