/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ae622e4-e792-42f9-8c16-16d1fb7a76a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-df055cff-f856-4123-b9bc-2be5e665b60e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4650c803-9a4d-42d3-b70f-68b57b23e02b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4551f7e7-05a6-4af8-9745-2cb28c7f6fab) 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 {
}
