/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-75e3c0f8-de95-4de2-9367-a04d72a48e4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf3c2f03-5c59-4562-9418-659381aeab7d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3000c8c6-e77e-42b3-8855-3fc901fa0565) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-348f7cfd-015d-4ef3-a1a2-419d06cab685) 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 {
}
