/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-934565e5-1855-49cd-9192-2b0ba63e0193) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-85be8bc1-f215-4e0c-8cae-82bd9229b401) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aee8c2b3-c050-4732-b9e3-e9d3483992a2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67359040-4233-4eeb-af4d-de17c3c78976) 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 {
}
