/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c3bb13e-8d0e-489c-92cb-516f3bc270f1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67ec20b4-08ce-4613-b0f8-7ca84d0f13ad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9cce4888-cb73-401b-9534-fe860cde0aac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8811b1e0-3867-49f1-b912-a1c38bc560b7) 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 {
}
