/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f554535-4a7d-4820-aa6d-259cdb66c82f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-217c4a97-31f1-4480-aa01-f271742505dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-922f7847-5745-49ab-acbf-eebafbd220ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5867f23c-5a4e-4cf6-8d59-a73558505d30) 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 {
}
