/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84094379-6cee-4e8d-abf0-57e2f4db4b3d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5acb20d5-866c-4bd4-a42a-4321e7cb6682) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-309bbfba-a75e-4d6a-a8b8-f8a707bc1b77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2751ae1-96f7-4d1d-bfa8-807bd5a24f9a) 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 {
}
