/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aa4067a1-0baa-45f9-af8a-a89c49774150) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d151545d-9a1c-4e14-8839-adb7031dc16b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4b358bbd-3bc4-4eb5-a9d7-8222de953c1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb7d479e-73e3-46a4-89ed-ba249c7d9c1f) 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 {
}
