/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-606e7340-a3d3-4a2a-8a1a-cb1ebf0160e7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0a97aa4-28d1-43b2-b699-8885ea306c59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-31248a84-2fa3-4c5a-a681-0c3a7051a817) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bac32f9a-ad04-4211-9c32-cfb7452e0a09) 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 {
}
