/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-65a2ad93-641d-4e65-abb2-bca5ae372553) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a1bf3cc-0c35-4861-8f4f-5a8a1ea22030) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d1d7214-a7b7-4cf2-bf7a-8d6e2409f157) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c42f4ad6-2131-4e50-b526-6da401f7df64) 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 {
}
