/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64a452db-ecd4-4312-b5fe-618a440cb391) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-db79bfc5-4e26-4b9f-a913-6cc6b69a1e0e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3507bb83-c429-4c1b-899b-b564288a5250) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c755b779-66a9-4fc3-b010-e4cc59fe8810) 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 {
}
