/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5db6b25f-02b5-4f9f-a29e-7b4da3f3bb61) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d0ea3ab2-d58d-4731-9a80-939cb42c6f54) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e50cee03-002b-42df-adac-8e7de0d79df6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c6480af4-195a-47a4-bf29-74043cba56d7) 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 {
}
