/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af2a67d7-1c3c-41b2-b1bb-6db9a3bf0e30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e551520b-3ecb-44e8-8548-79a79b7b091b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0163f8c1-bc95-431c-915f-f5ebc1f54b8e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69ad16a7-bc7e-472d-b124-bbb7ae66b9a9) 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 {
}
