/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb64b262-0501-4553-a758-94e787f746b0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fa7655fb-97d1-4a5b-87ed-23c7764e5087) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-787a4713-96d1-467e-b0ed-21f2632a4b5a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-71b7d7ee-8589-4d74-b504-ec09710b8c95) 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 {
}
