/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1912e4ca-8fd8-4a84-96ba-90e7d6e75145) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cad53b95-05cf-42b4-9cd3-1dead0c3434c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca510a34-6c3d-4a9e-9e66-f5392705b63d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6a47f48c-edf1-4c6c-98e9-42671a5669a1) 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 {
}
