/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c866cc1b-a115-4977-950a-f7a36b3e8e95) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-549a4d6c-74d7-43f5-a984-4a71d57fcb74) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-593b9e8c-d475-4d4d-b61f-00bb4747a6a9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0898e687-ea83-4587-83a4-6491a52fb1f7) 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 {
}
