/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f702b36-065d-4833-a1b0-b7c65f806fd0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-722c8528-1194-4886-8e5e-191f75852d7b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6ba6d018-ece6-4a85-b048-e25bb54c4a35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-53ebf2b7-d5a8-4eba-99d7-dbd8e91ba320) 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 {
}
