/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b192eeb4-1959-4b76-9a47-9448297a19fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fe21b507-e0e1-4905-97da-6d22ef3e69d6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-21a5c2a9-52ca-4fdf-92a6-c41237b70a95) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e231107-5521-44c9-ae72-a0ff5311a2df) 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 {
}
