﻿.dragArea{
	background-color:blue;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
.dragBox
{
	border:dotted 1px #0099FF;
}
.dialog 
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#D6D6D6, Direction=150, Strength=4);
}
.dialog_body
{
	padding:3px;
	width:100%;
}
.dialog_l
{
	float:left;
	width:79%;
	cursor:pointer;
}
.dialog_r
{
	float:right;
	width:21px;
	height:20px;
	background:url(images/delete.gif) no-repeat right top;
}
.dialog_r_hover
{
	float:right;
	width:21px;
	height:20px;
	background:url(images/delete.over.gif) no-repeat right top;
}
.dialog_title
{
	margin:0;
	float:left;
	width:100%;
	text-align:left;
	background:url(images/tabright10_c.gif);
	margin:0;
}
.dialog h2
{
	margin:0;
	float:left;
	width:100%;
	text-align:left;
	background:url(images/tableft10.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
}
.dialog h2 div 
{
	padding: 5px 0;
	float:left;
	background:url(images/tabright10.gif) no-repeat right top;
	padding:5px 10px 4px 6px;
	color:#FFF;
	width: 100%;
	font-size:14px;
}