/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ad75db0d-1cbf-439b-ad52-b0f68b65b969) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5d5ca054-94b3-4d27-8027-e39897f57843) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0dc5e69-ed17-40e0-b528-7ce8aeb84439) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7bac1bb-9cf6-4814-bd48-c2831583eeaf) 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 {
}
