/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2eac42b5-8bab-49b3-82df-be75a3ba1daf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b0d5313-ce09-4ac4-9ca7-88274930e71a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3015fea9-b87f-4743-9cff-de966965131e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86169000-9949-4e0f-922e-111efef5ce3e) 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 {
}
