/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee421fdc-80de-4cad-92d7-c183759b9ad3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-110a1b1a-8c09-4446-8568-d23c384e47b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-39c4a6d6-e23f-4ba1-a34d-4fa1c81a0705) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e903f14-b4ae-46c5-aa0c-f1daf9ae7993) 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 {
}
