/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b7eebd2-264c-4061-bffa-a534e9d516f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c560e367-85aa-4b5c-bff6-f4f0732b9f78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-96f545b7-cab8-4021-93d9-f5e6b36ea7e2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ef4c98d9-a4c6-4d68-aae0-e82f9df45060) 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 {
}
