/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c2549018-1585-4e27-acc8-304d652c0b89) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-054af35f-78e3-4638-9cd6-418b6c92c655) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-586c4056-3c11-4e34-9131-0444fc935baa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e80230a-63ce-4f76-aad7-d09f93ab1427) 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 {
}
