/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c441c015-260f-4999-878c-aa371f45395f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d987c89-f754-44e9-bb53-ff0a64a5ffc0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d394afab-72f2-4863-bc59-9c9920ae3603) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e275cc7-0107-47a4-a304-0049888a6daf) 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 {
}
