/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dabb15a2-ad88-45df-a6b2-e9696be498e9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0430723-b30a-4b98-9826-36f2f554dc4c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72c8600c-fe62-4392-981d-e02d675fc47b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3a07073a-c775-4916-9a7e-172fd91c590e) 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 {
}
