/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0a530d30-bb87-4e35-8f8e-89fe316b1055) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c5b4093-e3ca-4738-a35d-9655ac799f24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca5c351d-6ce7-46b9-8fad-e64c06e0af02) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b523c59-a7ff-4020-a897-79a3bf3feee0) 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 {
}
