/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-490d1f0c-b369-4b1e-86c5-d0bb8bd4001e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6e351905-d4bc-4bec-9cc8-b7c9ab4020fe) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59e54004-124a-4f31-9ff5-48531b33e7ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48204870-a433-46da-bcbe-babb16039c31) 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 {
}
