/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f43e7a23-0dcd-4c9b-8a95-010460e79692) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf5a3659-34f6-45ac-846f-5e35ac2c2174) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46e25577-97e9-4388-a919-d9afcda43ea2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5bcb0b21-c9b2-4330-8664-f815a6606386) 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 {
}
