/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78c807bc-3840-4669-aa08-f05e17b1801f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-66ef44a1-742f-4bf2-a272-6ae04d3f35ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cde0bb8a-93d2-4a13-914d-788e91e59a86) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e847ead6-19fa-44a7-a7f9-585417e46321) 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 {
}
