/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7f99ada1-2a7a-464c-a639-e932f0c5aa44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61535f01-c66b-4968-aa81-b57c0c7c25f7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7da96f2-95ea-4cfb-ba49-9c6dc9d841c5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a4eaa2f9-b5f4-4c50-bf76-aafa38673350) 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 {
}
