/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4491ec59-35fb-4689-9b93-fd52c2bf1edd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-093867a7-d74b-49e7-861f-484f9d3c1e24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc185ee6-de6d-412b-8b53-0e8d718e121b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a4226ec9-8861-4d29-b1fa-9cafcae90ce4) 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 {
}
