/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3dbfa78b-2dd2-4099-9eee-3d0b2885788d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fc485dfe-0b89-4f6f-93b2-77d61a1b102d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c03ef593-9ad7-4218-8ac7-f6325a76df69) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-750d7b7a-3ab4-40e4-bf60-980e29c07324) 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 {
}
