/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2cd372cc-c112-4b49-8cbf-e9752b042ac2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-82fc0198-594d-4c87-a174-5786ab0242a2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7ce0a2ba-4828-459a-b52a-e12b24b677b4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6a828c3d-bd68-4cc5-b204-6b928d32e5c9) 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 {
}
