/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f90f8f65-fb06-4f82-9127-2edc6a939fcb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a7cef39d-2719-4b95-91a5-a355d54bf130) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a63bbb8-5b79-45a0-83e8-20c777faa9c1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f4c8e64c-d1ef-455d-8f68-4b1a8dbd2ce1) 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 {
}
