/* popup highslide */
<style type="text/css">
/*style popup */
.highslide {
	cursor: url(../tool/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-body{
	text-align:right;
}
.highslide-body textarea{
	width:325px;
	height:50px;
	overflow:auto;
	margin-bottom:4px;
	border:1px solid #CCCCCC;
}
.highslide-html{
	background:#FFFFFF;
}
.highslide-html-content {
	width:350px;
	background:#FFFFFF;
	position:absolute;
    display:none;
}
.popup-body{
	width:500px;
}
.popup-content {
	width:585px;
	height:295px;
	background-color:#FFFFFF;
	position:absolute;
    display:none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
</style>
