/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6dcd6af5-ad90-4ab2-8862-951ef79b3580) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aa408079-ba8b-480f-97df-2cd50e4d3709) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b2da9882-08bc-4e0e-8356-074f0336e664) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a84c34c-3a0e-40ec-9995-7b479dd50570) 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 {
}
