/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83db529b-5580-4559-9f83-c05329de39e1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ba1e65a-55f8-4b87-a10a-48c7401937f2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3fa73962-61da-4282-ae68-0524c31eb3ec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b15bf13-72f9-45c0-8648-67fb600a8413) 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 {
}
