/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-169621a1-da97-42fc-a4d3-516c13641287) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-25ef10fb-bca5-41d0-8611-707f9b1b0843) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6ea60f62-84f6-47c9-9940-324a6b424741) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d3316715-6719-41eb-a2e0-8207abf62ae2) 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 {
}
