/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e62f547c-a144-4577-850f-e98d77e502c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0efeb1a7-089a-4836-b219-dc126a4bba70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc94ac15-ce9e-49d5-a1b4-a29129d906a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0cb8f12-0e78-4ba3-aec4-66c3b396741b) 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 {
}
