/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d02f7cd9-a9a4-4232-835f-f1bbfda07e67) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce82b18e-8c79-404d-828f-db8d1329f5a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b9b78b12-9860-484a-b500-9b8f0f179af8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-84a8c2a8-5246-4273-96a2-ecb9c28dcf45) 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 {
}
