/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b1d07846-a308-41d5-aa01-8b6718b6736b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a347f30b-a244-4127-93ff-891bb52989ef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e76bacfa-cd02-469f-883c-7212ccb831a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e1f3206-ff77-4412-9d40-6a729552173f) 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 {
}
