/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-71f95e39-fa0c-437d-871b-7a53dfa8ed38) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c494f71-90a4-46e1-97e9-1b2e8a310c64) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6f4c3657-084f-4410-9091-7a26f146d4ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc55c865-c314-47df-a1d8-421c3b507b69) 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 {
}
