/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dcfce335-f05c-43bd-a88e-562c29c96cb1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b04e6115-b2bb-4656-8dc4-9c2d95d04637) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df500d7d-93ea-4389-a1f3-d78b15529a10) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81ec405c-003a-44fc-a3c5-241ca90605bc) 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 {
}
