/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9f7ca1a-351d-4271-8c18-240f05a72640) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dca09002-cbc5-41fd-b9a7-30de91a540d9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be37ed70-a4f8-45fc-9255-fa9260f81adc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05c806e5-bbf6-48a4-bc8c-b184e9954a49) 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 {
}
