/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-47b5392f-dc68-45fa-9e09-ab08bc20463a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c56f71c-ec97-4a41-baff-4debbbcbc9b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-78c8f35c-e4f7-45fe-978d-8dc57a1bd507) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14571ab0-b372-4a7b-a478-cb68c6fa07fc) 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 {
}
