/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a7445ba0-f1f6-47ab-a87f-46beb7d16e26) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-57cf427b-2da5-4350-98ac-4cb0c38a6878) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0d23eb5-bb7e-4af9-91e0-2c65884a7e04) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-19705d39-f7b9-4d24-aab2-28bffb9c2668) 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 {
}
