/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a6c67bad-de5e-44fc-a3ed-2eba67a8c5dd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f9dc0946-5349-4590-a46a-76f13f11a4aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c907427e-cdda-4998-ac03-9fc1b27b8a34) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d180c44-2315-4151-800f-7cf27ff4322b) 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 {
}
