/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-27e0ece4-9d87-43bb-978f-12f2e834b6ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9c1055f-d651-43bd-bde4-34a71c07bf2e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-38ca6024-d6ac-4a7b-88c6-54f85d7ed483) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6a2ef38a-cfad-4424-9975-7391cc0e2321) 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 {
}
