/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f26b7bb6-3bde-4d49-a5ba-7ee2caf504b3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7aca88b9-d490-4578-b58c-813f533b096d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9b92647-877c-4f5e-ad11-65d829a1b759) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5e3342e-36d3-4bdc-a527-41943a153638) 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 {
}
