/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8f154d2-5330-4a70-93bf-a1ad3b474a84) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1159798e-6be9-4704-a3ae-b31fcb2e98f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3a09ea98-ffb6-43b7-bbdd-ccb8e942b488) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d5c7ea3d-f312-4c02-88f1-c1ff9138f076) 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 {
}
