/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9a5c2488-a2d0-4d25-b5c4-055744476c9a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff4a8ca0-1293-4144-b846-64af08af8ab5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-537f6fa5-08fb-43b9-abae-d18b1440a3bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-92d565f2-6c98-4757-b850-4168f7f419cf) 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 {
}
