/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-79812203-8790-4885-9c3f-50a4fc252233) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5fee9a01-d8a8-4987-a635-674c0b17881c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52148208-3854-4312-b112-8d078877c3b4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21af4e0a-478b-4019-be5f-f35ef8479e06) 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 {
}
