/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3bd654c9-7bc6-4df8-817c-968b55d3dcc3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-27741aa0-9daa-4209-bad9-f7e2b74b4453) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-618f18ec-2074-4b01-9655-11055c918db1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8781605-1bae-4872-a0ad-5261fe5f905d) 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 {
}
