/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd5430de-80cc-451d-b71c-05fded2f7143) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-84116878-802d-459e-bd26-e1736bfdd811) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-20e6f574-2a4d-411b-bddb-f9cb3a46cf7e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b66f23c-3102-4ba1-80f9-3790bb971150) 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 {
}
