/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ca405e48-21ad-462f-b6e9-409904541b95) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a6375467-62ab-4a50-942c-a348ad553fdb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c54bcf9d-0881-4593-8b04-d22e24e215fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f80f21c-7125-4e0c-baef-a9e01f3fa934) 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 {
}
