/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a0d2644-4373-4a10-860c-366b07d81abd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8253af50-4180-4668-87d6-dcee76b01e3b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-94001135-7a95-4b25-90e1-4f6a85c28e72) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-edab13bb-07f1-4e31-8a99-682bca61e2e4) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
