/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5098de81-aa95-4421-acb5-76867fea3bba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-26aea91f-83ad-4604-a874-aff664f0a99b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d022abe5-34ec-43a4-b9a1-8e40f8b7617d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-60e1907a-762f-4efe-bfab-63dde6a54e17) 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 {
}
