/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7fb184f8-4614-4344-8809-dacb4d166aab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de0b590c-8807-4363-8b49-66cca056f3d7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ba54167-a7f7-4e45-80c6-39094e1c4339) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c9a3c34-36d3-4e11-bd12-6a66e2c2d8d5) 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 {
}
