﻿@charset "utf-8";
/* CSS Document */

#message_tip {
	font-family: Verdana;
	font-size: 12px;
	line-height:24px;
	width: 160px;
	height: 31px;
	display: none;
	background-color: #F60;
	position: absolute;
	text-align: center;
	padding:1em;
	color: #ffffff;
	border: 3px solid #FFD990;
}#dragDiv.*
{
	margin:0px;
	padding:0px;	
}
#dragDiv {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #ff6b00;
	position: absolute;
	left:30%;
	top: 100px;
	background-color: #FFFFFF;
	width: 400px;
	z-index: 999;
	display: none;
}
#dragDiv  UL
{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	padding-right: 2px;
	padding-left: 3px;	
}


#dragDiv .hand
{
	font-family: Verdana;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	background: url(/0576/images/op/h6bg2.gif) repeat-x;
}

#dragDiv  .resizetext {
	float: left;
	width: 78%;
	color: #FFFFFF;
	cursor: move;
	background: url(/0576/images/op/h6bg2.gif);
}

#dragDiv .drag_title  {
	font:bold 12px/26px Arial, Helvetica, sans-serif;
	padding:5px 0 8px 6px;
	display:block;
	background:url(/0576/images/op/h6down.gif) no-repeat 10px 0;
}



#dragDiv  .resize {
	background-image: url(/0576/images/op/drag.png);
	background-repeat: no-repeat;
	width: 20px;
	float: right;
	background-position: right bottom;
	line-height: 26px;
	cursor: nw-resize;
} 

#dragDiv .button {
	height: 26px;
	clear: both;
	background-color: #D7D4CD;
}
#dragDiv .clear {
	clear: both;
	display: none;
}
#dragDiv .clear1 {
	clear: both;
}

#dragDiv .close {
	float: right;
	width: 20px;
	text-align: right;
	background-image: url(/0576/images/op/close_normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 26px;
	margin-right:5px;	
}

#dragDiv .close_on {

	float: right;
	width: 20px;
	text-align: right;
	background-image: url(/0576/images/op/close_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 26px;
	margin-right:5px;
}

#dragDiv .resizetextbutton {
	float: left;
	width: 80%;
	line-height: 26px;
	color: #FFFFFF;
	cursor: move;
	background-color: #D7D4CD;
}
