/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bf8f528f-0de4-4707-a7a5-800235dd7681) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e47520bb-bc56-453e-b53c-8469f827425c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b42ffa1a-2680-4571-871d-44cac829b2d0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1a35f939-e707-4e50-9e70-1548f7bb33e9) 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 {
}
