/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4429ad9b-ad9c-494a-9470-35dfc21e7202) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9b2da14-6f1f-4719-b126-68f6c4aa59ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-44fb1782-3bd6-4862-9f34-8c98b05580ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e95a9d12-a0f9-4ae3-8a6a-727c6fcbfde0) 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 {
}
