/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ddc31a85-aab1-4bf6-854d-1c17cfbcecc7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bfe60653-6a6c-4bcd-bba1-af14b0724c03) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca87eaa3-688b-4f0d-be31-5db95423130e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d40082c-5104-43c7-a17f-514c8e78766f) 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 {
}
