/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6765d079-a8c4-4622-8d25-41a7fd90a73a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-71d60bbd-2cdd-43c0-a2b7-8870ca43ce56) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a40b9166-4e50-4082-8fd6-5e5a77f2fff0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d318fdd2-a70e-4390-a516-6677ddbd1e8e) 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 {
}
