/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9b4e1ce-d71c-403b-ba09-5edadc8ef935) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7e8505b0-cc97-48c8-9766-d35bba0b982b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3ee5621b-9088-4929-8fd7-55e96741de9f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2d104c9-c8d5-4143-a09b-643a3d29bfa6) 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 {
}
