/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-11fd8637-90bf-4086-a789-d07e72ad9371) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b9bb550-5dde-4787-b238-0994fdcf9474) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2fe8de88-e64d-44ed-8bc9-aeebaa2063a5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-95e85ed2-2a9e-4144-b3e2-02bd8fcff556) 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 {
}
