@CHARSET "UTF-8";

/******* TIPBOX *******/
#tipBox{
	background: #f7fafb;
	border: 1px solid #ace4ff;
	font-size: 12px;
	padding: 10px;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	text-decoration: none;
}
#tipBox.blue{
	color: #44a9da;
}
#tipBox.width{
	width: auto;
}
#tipBox.big{
	width: auto;
	font-size: 40px;
	line-height: 1em;
	padding: 1em;
}
/******* /TIPBOX *******/