/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4b72505e-5e56-4e38-b5dd-c888556af309) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c6ac19e0-1e07-4f39-b2ec-9be61e873680) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5dd3b4a2-18d4-4372-b705-8b8b262af75f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ecc16982-8a54-43cf-aa92-3e4e070ca0b6) 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 {
}
