/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a57cb5d1-d9f3-49ac-8869-60222422431e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba71c7cb-33f8-4875-9f8e-f12a645759f2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c0f6c77b-36e9-4ae2-9560-1576e92d4506) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bf15adc-3eaf-49f1-aeb3-fe0aadee6a0a) 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 {
}
