/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fb07453-3745-4d80-a51d-c15e1e2290de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd35ae42-6553-489f-9a42-62156996cb2c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1397a939-59b5-4f2c-9ad2-5ea13730cd23) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-600bb722-4854-4c7f-86dc-a38b41848611) 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 {
}
