/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b9620886-bdec-4075-8f1a-2a828159930e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f3cc8bc9-0953-41d5-9753-18d4a4b8a5ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a296091c-f312-4148-8800-b4acbdbc816e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-92784304-87e8-4d95-861d-63bce9a63d8c) 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 {
}
