/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce3d2a65-c12f-49e1-8bcb-f7150b68bfd6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70dade19-e16b-45b1-8c1d-4393d0a02db7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f7d6420-4ec7-4fd2-af65-5ceb44194c57) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-597c398b-311c-46a6-b80a-80eefb640023) 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 {
}
