/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f397104-1cc2-4907-bf68-b99269ebc97e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7476aed0-7349-4080-9a3c-904629e684fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-240458c7-01e9-4ffd-8066-76ce819a7f90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b51f6201-775e-4f73-b929-eb29f04e960b) 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 {
}
