/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ac03b4ec-c595-4db7-9f53-5025271316c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7825ca0b-5ba4-413c-9094-ef5475c4fb6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a7d5e3a-1891-4a20-915b-f212e04bdfcc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-106fe61a-96d9-439a-8ce5-d8895d348048) 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 {
}
