/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e31a5684-623b-4277-b2d5-28b0a8bd0a72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5fc0cc20-191c-4bf1-a19c-208ddd0c47f4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-00112797-4bb4-4004-8b4d-5da69dfa37f0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6ad86e0-5551-4ded-97df-61219ae8d566) 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 {
}
