/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b4ade46-9515-45c0-8669-496f27b560f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e662b11-4056-445f-bc00-11fbff323523) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e1595300-4833-4fe7-bf7b-79749c75692b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8526f6be-225a-4d56-85b3-f61938ead758) 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 {
}
