/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a2062a42-ab7b-48d0-b975-3bba57a7bc19) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4d33c39-c042-45b1-b6a8-73f3be25e1a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-24aa55e5-9c7d-4783-9b16-b02793251034) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99f0bb13-ce38-46df-bbbc-f0e7319a3089) 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 {
}
