/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-66b15be6-7261-42b1-8238-f2c70ead0ed3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-58aab3f3-9745-4f7b-bf79-597de262f500) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-804ea3c2-6296-49ff-bb22-73326c240740) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a2b9a4ea-76a7-4590-9809-55639049ce42) 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 {
}
