/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2fe0bb29-adaa-4b78-8eb5-69d00ff732b2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e142818e-d784-4516-988b-260ad0913e83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1c8e8a25-4866-47dc-9ef6-8d1397786247) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b73b3759-a8af-4275-860a-4702bbf4e2ca) 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 {
}
