/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d6f41b76-4a60-4701-a7c3-f09f5340b760) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51950b19-56bc-4225-8c21-39a3a354defb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c053d736-55f2-45be-bd2c-69a567f5a0dc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4f3c7fb5-93da-43ff-8f6c-50f6be78da5d) 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 {
}
