/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-41dc4721-9a48-4651-9db5-782061b3081d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-88b713b1-4cf8-467a-8ecc-5d9ed16cae03) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b65a31ac-6b08-4f54-847d-b785fd7fb3bf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1802cd8c-1c34-4cb0-8b37-412f268d3ba5) 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 {
}
