/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-90f4b82b-3300-4e13-a538-bc4926b39f1c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2d0ba24-31d7-45d2-8a5d-3511f8909c27) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72a18247-3a32-4280-aedd-cafd5d4b36d5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-28d40c2f-494a-4e93-b3c4-3761aca9c795) 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 {
}
