/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ca2bc90-47e1-47a3-ae7c-1a9e58827173) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-78645254-5832-4cea-ad9c-f81f65bf4150) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-63074b81-ca9b-4384-8112-6e7dc42b4c63) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-66657467-0271-4fbd-a962-802c09dea0c1) 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 {
}
