.tipDiv {
	position: absolute;;
	z-index: 10;;
	border: 0px solid #287AB4;;
	display: none;
	width: 600px;
}
.tipDiv .T {
	height: 27px;
	margin: 0px;
	padding: 0px;
}

.tipDiv .T .T_0 {
	float: left;
	width: 5px;
	height: 27px;
	cursor: move;
	color: #FFF;
	font-size: 12px;
	background: url(../images/title-left.gif) no-repeat;
}

.tipDiv .T .T_1 {
	padding-top: 5px;
	float: left;;
	width: 280px;;
	height: 27px;
	line-height: 10px;
	cursor: move;;
	color: #FFF;;
	font-weight: bold;;
	font-family: verdana;;
	font-size: 12px;
	background: url(../images/title-center.gif) repeat-x;;
	text-align: left;
}
.tipDiv .T .T_1 .title {
	padding-top: 5px;
	padding-left: 3px;
	height: 27px;
	position: absolute
}
.tipDiv .T .T_2 {
	padding-top: 8px;
	float: left;;
	width: 10px;
	height: 27px;;
	color: #FFF;;
	text-align: center;;
	cursor: pointer;;
	background: url(../images/title-center.gif) repeat-x;
}

.tipDiv .T .T_3 {
	float: left;;
	width: 5px;;
	height: 27px;;
	cursor: move;;
	color: #FFF;;
	font-weight: bold;;
	font-family: verdana;;
	font-size: 12px;
	background: url(../images/title-right.gif) no-repeat;
}

.tipDiv .content {
	width: 600px;;
	background: #fff;
	border: 1px solid #287AB4;
	margin: 0px;
	padding:10px 5px;
	border-top: 0px;
	font-size: 14px;
}

.button_Out {
	background: url(../images/button-out.gif) repeat-x;
	border: 1px solid #5B9490;
	font-size: 12px;
	height: 23px;
	padding: 4px 8px;
}

.button_Over {
	background: url(../images/button-over.gif) repeat-x;
	border: 1px solid #88945B;
	font-size: 12px;
	height: 23px;
	padding: 4px 8px;
}