/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-430713ea-4a0b-42f3-aab4-072f22db11ea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b5773af-4ffa-4ee6-88a4-cbd1b7ef1b90) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d41e25d-6d28-4c04-a7dc-80a61648864a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-682a2a3a-6f1f-413f-868b-3eb2b9155779) 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 {
}
