/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7dbc2a2-eff0-4f43-a417-40af80bc33a5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a390fec6-985d-42f6-8efa-3eab1722f962) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f227bd1-0948-42c5-88ec-d3eb192d5f5a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-734d49cb-59a3-4354-9ffe-b1956f5035e3) 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 {
}
