/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db32dfa5-0c73-4e2e-a01f-7d8360493f0f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-75ea0b7b-a307-43f4-b01b-62f7e1607ce2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-edba0a73-099b-4f0a-8493-12b68bf92ace) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-02f277f7-b282-468c-9874-2bc8ce498df1) 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 {
}
