/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a7d6592-7a67-4a77-8e12-f43a6bcf8740) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c6c9475-6c65-4e11-b3d1-fff2a266feb3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45ba201e-3f2b-4125-a25f-b76bc907b8ef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e081648b-1306-4a70-8b23-5d1f88946ecd) 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 {
}
