/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9f53a375-cc62-4361-b1af-ba36c862febc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a041bc1-2dc7-4b0a-a906-6358427b0ad8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2d749b90-06d6-427d-94f0-698a0cfe8bd0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a38993fb-f57f-4cbd-8ea8-6bde02865787) 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 {
}
