/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a9fbe50-3f2e-4f30-8b4a-28c8b39e2ed9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1037cd96-73fa-475c-9f9c-f68668a925df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e74b2158-3848-44aa-b0e1-808a614291f0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9b58d02f-caf4-4572-b80a-3b8ff0afcb11) 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 {
}
