/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-814bc9ba-f346-4b24-9b0b-4abd46475a64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f465b30-1c10-4e7b-a84d-4ce63564df18) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6f19cd8a-d510-4a66-8ac1-6078c2b985bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ec4998f7-e4a5-47d8-a2bc-82cc242150c2) 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 {
}
