/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-551af72b-4ddf-4fab-b797-5c491d0c1f0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e085ed1b-6081-4cf1-852d-35a594cc4008) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba4a66c8-b752-401a-86bf-0b3e927b1005) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0ad37fd-eb4d-4ef6-b667-7556ba2cf85e) 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 {
}
