/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b12a902f-d0db-455c-9090-5c7df6bab33a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8725a0b4-682d-44b5-b64d-5d9ee825fe68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a76112ef-a099-48cf-80fe-8c6ae3669a3a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-319d359a-dc9f-42cb-a4ed-56abd88cca55) 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 {
}
