/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-81340c9a-ec3e-46e2-bc7e-5a03a2aea507) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-adbc0335-2973-4c5b-b57d-633bbdc66692) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-07d7b706-d0ea-415b-9fe0-1c17290fe1a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94805b42-e7a4-4749-b632-469275a49ecd) 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 {
}
