/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-846a574c-dd1d-4d94-8276-2fc1b483d7a7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ed369aa4-116f-4879-afda-de2e0282a79d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d37ddc4e-bb29-4018-ab4d-5398e1b464b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81bb5d4a-b824-4658-84d6-a6511adb45e6) 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 {
}
