/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-928e5085-8924-4a8e-bf4e-9a6a79cbe520) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-144d7f58-9780-43f2-98b2-a24a00cc0cc7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7891c237-7a6f-4613-b04d-dac5eb9b3485) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bb808ae-7ef7-4987-9643-7bad2eb52086) 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 {
}
