/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5aa8016e-9da0-4e99-ac3f-182168745a06) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e32f504d-dc36-4579-bb28-c5338ff1e0ad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-74a2b437-0606-442b-a315-ffa851aebf20) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d3a0409-6b6e-4b0b-bd7f-9000f70fd94b) 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 {
}
