/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3590d7cc-b3d8-4297-b29c-8657a5f5f11b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1b0b9e1a-d041-433b-a13e-32bfe28334bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5e60d442-a67c-4dd9-814a-321b658d7049) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9ad2dd66-bc29-4495-a819-792e34c3d133) 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 {
}
