/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80fbcc28-5683-440f-8d64-badf61784609) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-088c42b6-9e1c-4ef5-8c80-9ce66a92b701) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9057aac9-1062-45d5-90b7-c8b95eb86058) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1fbf1d89-60eb-47bc-8f82-c398c7efd85e) 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 {
}
