/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-14985892-227d-400c-9b44-9c35f9d82a59) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-577a6c5e-0fb1-469b-83a2-b2defd41bc7f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba7549d7-1a5c-4ce9-ab87-9a78848b49bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-404686fd-9c3e-45c2-9a3f-1ead0473524a) 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 {
}
