/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5a6e0e9-24a4-46ae-b9bf-d06dd3824498) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4d6fc60c-17b6-431d-81a5-fbc804e95a77) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f30c6f2-7450-4696-a8f7-648f3df8f552) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bdad39de-402c-4b4a-9b3e-95baae93b89c) 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 {
}
