/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b43c30c8-d0e6-4078-81e8-a6c35054fca9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-93e55aa4-5218-4a49-af41-1735a3735cb2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-11b02639-1c83-46c4-9860-0ab14dcf23a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67d0d6a3-1735-463e-b37d-64fe8414aa53) 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 {
}
