/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-15d47ffa-e059-4791-86c2-13c726b259a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d1f4b6db-760c-457d-a47c-dba0d1ba8fc7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b1099ada-f2bb-42cb-9766-5c8f6953aa3b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8593401-d99e-4bd9-980c-621bc60bcc3e) 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 {
}
