/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-187f3121-ea99-4148-b086-332cb4ffed5a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f0653563-cad2-4b33-a0d8-dca24a123535) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3abed3d8-904e-4b11-aa52-9d8ddf93142d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e4f30529-bbb0-4de9-bd2e-3dca6240b0d6) 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 {
}
