/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28451baf-f5de-4f75-b096-c4ba72c49ab3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87f70101-11b7-44ad-8e71-09e43ec65c6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-087b89b7-d7b1-4d1c-8d66-2bfadda37fab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-960f37e3-c0c0-447c-9013-70ac24818e66) 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 {
}
