/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dacef41b-a619-4092-aad0-8be413dacb2a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-52004296-34f5-4b8e-be7a-7a958ae4ce2c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba42ba7b-c8a0-47a2-945b-c0095468d0cb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3495de2b-8d59-4924-a755-af0e697cfcb9) 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 {
}
