/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-abc08076-0c49-47ce-b34a-6efd79946d57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-418bc32b-9998-47ee-8a3a-704b6790e0fd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37a08821-6127-43af-a1d3-f45cb6706711) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bb37dace-d823-48f5-b13d-5e7c69c34099) 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 {
}
