/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9cb1ad63-b1a2-45ee-bd7b-e0cfe7d397ac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dbc1a5eb-0587-4376-be4e-330592b59a75) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e2c55eb2-6f4c-4a2b-8fb6-c4a5293b18d2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bb10b402-1216-4472-a4f8-b858e6d8f784) 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 {
}
