/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a6611b75-1f7b-44a5-bf44-e1c23c0009fe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f1c2af66-af44-4699-98e8-a386ccf18065) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b980cb86-a0ad-4902-90ef-836b4d45a46b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8dfafb79-2bcb-4473-b5c2-a9d31743b4e5) 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 {
}
