/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7350562-9fa2-4f22-9f2e-cc7c86b55d60) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-79400d00-0519-4857-a0f2-78fdab8ed623) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-36e24a10-7e5a-4e4d-82bf-70c230b648a9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-53af28a3-b826-4fa9-8923-b1f11fb663b3) 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 {
}
