/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c0b8a6fb-c675-4657-a5f3-aa248dfbebc5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f75bf3ce-df4e-4279-bacb-72af7b497a94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-66c97a12-2e4a-404b-a257-e0bbfb06427f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87e4c35d-48f4-4e0d-8f0c-ff0fe8c09e1f) 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 {
}
