/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d43534bf-a581-4d30-bb59-a8d90ab3bb07) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1c26f288-18b6-444d-b8c1-a9a97c742530) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a6f4acf-0c21-4457-85d0-8307a7df5ef9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a5acec91-b855-4a52-ae0f-0b52267f2481) 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 {
}
