/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b61cdb5b-4e87-4002-b859-71833ff60d6a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-14343b39-804c-4b62-8f76-a36123f314d4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-35948425-b9a5-4dc8-bc30-cfb665b3a227) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-95a5c0c2-9e1e-4118-833c-02650d2b93d8) 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 {
}
