/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c7294b0d-6049-46c7-8015-594befd694bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-249e3826-6902-479a-86da-14627e64a2e1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0037b72-53f8-4cf9-a382-02602e854478) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0bf770b3-a5b7-490d-a692-0bbce99d296c) 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 {
}
