/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87646115-4a76-407b-a58a-313842575209) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c162c0e9-b936-49ab-a3eb-febadae539b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c0610663-f70a-4dcd-a36f-6ea06d3779a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-54b939c2-e91e-4f66-b7a6-b56bdf2cee92) 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 {
}
