/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e1aac5b-3df7-4373-a5eb-b99ff614a88c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f78be87d-0afa-4f8c-995f-2072a601e270) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf309918-e243-4b8e-9ab9-d689cd191729) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2df1b39f-b4a3-40c1-be51-41af8599387d) 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 {
}
