/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-33541713-f257-4608-afe5-6b3202b698c7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c23f234-ed70-4d19-8c45-4b9970e961ad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b278db4-9ae2-4f9b-9aca-3fc6b38ab808) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b2faa763-666f-4b00-b7bc-9b963a1c9b53) 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 {
}
