/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4ea70a88-2b40-44ab-8441-cd3032ab3de6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4f8c69f-09da-4eb6-a42f-c0063da69672) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64737d50-4859-4c98-a055-25a05410542f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ce41482-f921-4850-96d7-a8bfb6145353) 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 {
}
