/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5593bac7-f660-4b82-95f9-a65c7b30a545) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2561af37-2cd1-4723-96df-0e5c2d44c81e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7de1e377-d9ad-4ab6-b949-5944ffcc2005) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f9158737-77cb-4c76-b830-5036f45da8e6) 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 {
}
