
	// Use these variables when compiling directly

	// Base

	@dropper-background: #fff;				// #fff
	@dropper-border: 3px dashed #ccc;		// 3px dashed #ccc
	@dropper-border-radius: 0;				// 0

	@dropper-font-size:	14px;				// 14px
	@dropper-text-color: #666;				// #666

	@dropper-margin: 0;						// 0
	@dropper-padding: 25px; 				// 25px

	// Dropping

	@dropper-dropping-background: #eee;		// #eee
	@dropper-dropping-border-color: #999;	// #999
	@dropper-dropping-text-color: #333;		// #333