/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0daa9bc1-ffaf-42ee-a505-d3a4351ea786) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a089bb3d-2081-41ca-948d-19dda590baf6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-addd1b34-f6de-4130-841d-537d202dfa90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a470608d-8cb3-41da-935a-c27a08d1f7fd) 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 {
}
