/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c2be8f80-b3f3-421d-abc7-b18dc6385534) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-acc849ed-2415-4167-bfa2-9cffebc9f814) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b01b4c32-7406-4435-88b9-ecff074b1ffc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d7ab70b5-bdb4-4718-9223-79013eb51a3c) 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 {
}
