/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96b95a2c-4a10-4035-a742-28034fe61af8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-284457fe-5248-4afa-a0b6-f6ac84ae4a40) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1fb054bd-b401-4b6b-b53d-8a3addc402b4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-075327ba-801c-4dbb-92a6-2fb7a48877e6) 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 {
}
