/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-24416c71-9e3c-40e8-ba6b-ad409bfd2d6b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e10000d-49d0-49a4-b604-dfa5a32de87b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfc0bd32-307e-41d7-9def-b9fc9744fe15) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee393203-a43f-47dd-9535-bca5d0aed973) 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 {
}
