#text {
	margin:50px auto;
	width:500px
}
.hotspot {
	color:#900;
	cursor:pointer;
	float:right;
	position:absolute;
}
#tt {
	position:absolute;
	display:block;
	background:url(../images/tt_left.gif) top left no-repeat
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/tt_top.gif) top right no-repeat;
	overflow:hidden
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#cc237c;
	color:#FFF
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/tt_bottom.gif) top right no-repeat;
	overflow:hidden
}
.btn_demo{
	background-image:url(images/btn_demo.png);
	height:60px;
	width:160px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin:15px;
	text-decoration:none;
}
.btn_demo a{
	text-decoration:none;
}
.btn_demo a:hover{
	text-decoration:none;
}
.btn_demo_link a{
	color:#ffffff;
	text-decoration:none;
}
