/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-404e850b-d50e-4b7b-8ec8-debb7c4d5e90) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3fd026a9-b3d2-4d34-af8e-f7353d903a5d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1c24e04-2907-409a-9bac-b980cae03918) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-047b55a5-5691-4eed-ac52-5ba634152594) 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 {
}
