/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd0399d7-2faa-4dab-98da-05d821a862cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-898b789a-2082-47fa-ae07-ca58450d14d7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3073c0d2-8cbb-4d21-8ace-bac1fd854219) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d542807-3819-4fec-b899-c94939022db8) 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 {
}
