/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4c4cd4d8-c917-4125-bcac-4ba8a0301a73) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-16ac3158-2c6a-4760-b111-c5cdb3d2f484) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2e1d4856-87f7-4baa-9589-ca6654cfeb7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-997bd1fb-9c0d-4cc3-b45c-14fafbf671a3) 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 {
}
