/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-035250e8-f7ba-4f5a-881f-39251f44d93d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ee4a815-e092-4e0b-8453-67c2018dec22) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e52a5ff-4add-4861-9391-ffd5371f4581) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c8846f4a-6a3d-4e1f-afe4-cae6fb7a5e00) 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 {
}
