/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5a0e9b9-03f8-4b73-8ecd-ae5301a8588f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d8a2a08-a0fb-4127-a41b-5a0af687a593) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e8c6f6e0-93d9-4f03-96ab-4d5d6bad078d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-462e8ca4-3e70-4426-a670-85010e0c17c6) 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 {
}
