/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a02202ee-f681-4106-b953-fd2acf4ebdf7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1d911a85-c82e-4de1-8cf2-3a53d9d21ff7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7d430a9a-c4ed-4df9-b7f8-13202573d850) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ffb4df8b-3d5f-45c6-8563-3c0c9e2333e4) 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 {
}
