/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e55515c-a1c5-4ab9-aa33-cefb535b9212) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04715e8a-f897-410c-bf2b-585baffa8407) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c092744-6f35-4b3f-a061-fb93e49b442c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d240edac-4bbe-407f-a55b-a925b24e06f7) 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 {
}
