/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b3d9d50-7b99-408d-bbef-f862534a7419) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0587c311-72df-4908-b8e0-dbd8d01127d6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-806f610f-f6b4-4a52-b04d-13598d24c463) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-feb2ca4d-28ab-4c7c-9677-6813618951bb) 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 {
}
