/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96fedc1f-1236-45a7-a90b-5b47688997e2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02bb7cf6-7b40-4847-8427-b169149b2f78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fcc3c7c3-b1f7-469b-b408-51a71d840f1a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-98d8d464-5cfa-46c6-b1ce-080aabbb4290) 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 {
}
