/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8aebd4b-6b0a-46ab-b0b9-1b37a6c5e9af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f1297f8-bdde-4fd0-9c39-c080365f4c4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e1188c3-0c89-4090-b8f6-59a3a8d6ccd2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-686936cc-c120-4926-9873-81782a2a150d) 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 {
}
