/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fb719803-dfcf-440b-b0e1-2ee1f689540e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fe917b2b-8a7e-497d-a407-b3784054face) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-07334c6a-4593-44f1-a4d2-0fc1e96fe851) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-79acd14d-6f80-4c77-aedc-3c77ffdd34e0) 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 {
}
