/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f4e85581-df1e-4a8a-b9a9-f44134472e53) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87081e91-0032-43e1-81ad-3ed534904d16) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80fd5481-14c8-478c-849b-9a7014f495c9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-126ab583-689d-472d-9b0c-d138404685a8) 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 {
}
