/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b48f851d-5d41-4204-aa09-488a4c5f2377) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2096a50f-8d8d-4ab5-afe8-8c41b0720682) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2041b31a-972b-4615-8c4c-183630972479) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0ca291e-8b52-4c00-b0a5-7486c4bcda5f) 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 {
}
