/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d135a41-ee70-453d-9456-fbad9a8d136e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6af85d54-10bb-4b38-aa88-fd836151dd9a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c13f489-8cd9-49ea-b5f5-8b0528c5ddf4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bb2276c-86b0-45a5-b4a7-bb316b244b0b) 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 {
}
