/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f3cfaab9-8bea-4753-b3a3-42f687cc5317) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2fce3331-fb20-43fe-bca8-0c9c21557a31) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14f779c5-e542-46e4-b27b-b2fb504f1e71) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf1096fc-b26c-47b5-8e61-bbe024253158) 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 {
}
