/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-319b4561-bf03-404d-af06-223c74d996e1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d02f6c23-220f-4b1a-9e6d-e4daccc91d70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52338947-e96e-410f-b49f-4d9ad4416109) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99651439-2023-4d0e-9fb6-27403f41c992) 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 {
}
