@charset "iso-8859-1";
/* CSS Document */

.DragContainer, .OverDragContainer {
	 position:relative;
	 z-index:10;
	 float: left;
	 margin: 0px;
	 width: 400px;
	 border: 0px;
}

.DragBox, .OverDragBox, .DragDragBox, .miniDragBox {
	position:relative;
 	z-index:10;
	font-size: 13px;
	margin-bottom: 10px;
	width: 440px;
	cursor: pointer;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}

.OverDragContainer {
	position:relative;
	z-index:10;
}

.OverDragBox, .DragDragBox {
	position:relative;
 	z-index:10;
}

.DragDragBox {
 	position:relative;
 	z-index:10;
	opacity: 0.5;
}

legend {
	 font-weight: bold;
	 font-size: 13px;
	 color: #666699;
	 font-family: Tahoma, Geneva, sans-serif;
}

fieldset {
 	padding: 3px;
}

.History {
	 font-size: 13px;
	 overflow: auto;
	 width: 100%;
	 font-family: Tahoma, Geneva, sans-serif;
	 height: 82px;
}

#DragContainer8 {
	 border: #669999 1px solid;
	 padding: 5px 0 0 5px;
	 width: 110px;
	 height: 40px;
}

.miniDragBox {
	 float: left;
	 margin: 0 5px 5px 0;
	 width: 20px;
	 height: 20px;
}