/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d8342ed-63d9-4b37-ae0d-af4abf70df83) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0fc079cc-9d62-49bc-adc3-be18a0cea1f9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-79d83a59-377f-452b-9681-5ac4c89a9ae6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c39f3b3-517a-4a4d-a7b6-b113fabf1854) 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 {
}
