﻿@charset "utf-8";
/* CSS Document */
/* style curseur drag an drop*/
	.verticalgridline {
		padding-top: 27px;
	}
	.box, .handle {
		font-size: 14px;
		font-family: Arial, sans-serif;
		/*border: 1px solid #aaa;*/
	}
	.box {
		float: left;
		padding: 0px;
		left:-10px;
	top:-10px;
	width:88px;
	height:63px;
		margin: 5px;
		/*background-color: #eee;*/
		background-image:url(../../images/dragtour_horizont.png); 
		background-repeat:no-repeat;
		z-index: 1;
	}
	.handle {
		cursor: move;
		height: 14px;
		border-width: 0px 0px 1px 0px;
		background: #666;
		color: #eee;
		padding: 2px 6px;
		margin: 0px;
	}
	.box p {
		font-size: 12px;
		margin: 5px 5px 10px 5px;
		text-align: left;
		white-space: normal;
	}
	#boxDrag, #boxVerticalOnly, #boxHorizontalOnly, #boxRegionConstraint, 
	#boxThreshold, #boxAbsolute {
		cursor: move;
	}
	#boxAbsolute {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}



