/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b8da9eac-0ec9-4920-9018-7a10534da7d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-df5292bd-c506-477a-afd1-efe291286435) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-397e15a3-7637-43ca-afaf-15680c7cf429) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6ed84573-3c29-4f86-88fe-5cd5403b2c7e) 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 {
}
