/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bba750e5-5408-4569-98cc-a53bb8c29bdf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1717025-1c2b-4a24-9987-49a07d8c60c4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df0e7162-3dc3-46be-a704-4acf1d4ca02e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d890c67-ff4c-4e7e-a279-397484a373c9) 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 {
}
