/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84919430-5902-4524-8561-376938e372ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a16b8a7a-fd99-49b2-bfb0-96c0045333a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-523cc8ba-de5c-45e7-856a-60261e634571) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9b05cee-4a45-457e-9958-fe79262cbfdd) 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 {
}
