/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-535981bf-60d6-4900-9f38-1ca36dedbcf5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-303fbea7-1899-4cdf-a46a-1616cb5eaeab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc06c9fc-0b94-4c92-a0a1-d523d72ad992) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b5a3764-c39f-4c1e-bf5c-07973cd15917) 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 {
}
