/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5f77ccfa-3e3d-49f5-9501-817d2218d7c2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-968aedbf-b0c4-4563-ba8c-68faf4f46dd2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7f9760c-f888-4e43-a2d1-1d8f7a38ead5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e81cb4cf-2c29-46a8-9078-8c68d011f703) 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 {
}
