/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2b27b9ff-5927-407b-8463-adc8771c1be6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab87f4de-883e-4b12-9bfb-502bd0f9de69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b014f919-bb5f-4ff5-b5a2-bece9ad2b8fb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3cc6416a-898e-4986-ac30-02bfdadd9dc2) 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 {
}
