/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1102b4da-3c2f-4c08-8eff-e7566d2d3b78) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3674178-df08-4f21-a6f9-1f1affc5fe8b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-230d62a5-8bd1-4f49-acfc-c6008896f638) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-56da926e-74e1-431e-be78-f6a7aa339d07) 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 {
}
