/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e2c006f-e205-4289-bf38-3304fb2d6e0b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb40c246-1181-4b1a-8841-cc974fea32a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-49c19c18-fb10-45b5-b523-0aa0c91f3971) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-359142f2-54c2-4437-972a-60d21b963030) 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 {
}
