/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-176ecd67-675a-4607-b586-700b4e7c2550) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e03dd400-a425-4fbb-8e4a-b77c886abd43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-48bc5c9c-5c1d-4ca5-92ea-99c3f36b1f1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-00296b28-b820-4869-abb0-976543268004) 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 {
}
