/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ae171a05-d0ce-4eb0-8d7f-847969b5d0b9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc19f3b5-f542-4977-a2f0-4bfdae40156b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-261fb6f3-7bbe-4b07-acf4-2266a3b51170) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-274ad090-a670-4a2f-8562-dc1e6616e272) 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 {
}
