/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e05a49dc-dd9c-4f1e-a391-beac8ac55c99) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a361e204-7867-4f83-b4d3-5f5c9d13a83c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c94acb48-27da-4cc3-b36f-a2e2673c7082) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a651a192-80f3-4982-9f55-b0bba7e5a1c2) 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 {
}
