/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-66b19455-2cda-4de0-a7b9-16ddf8d57759) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f77595fb-fa62-4674-bb29-567c9a7056a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba1d28ca-3edb-4891-b0a5-aec526850ecf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d382c035-eceb-4f8d-8a24-5bf87ff61106) 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 {
}
