/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4125b6b-2504-46ea-be82-7fe685f744ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4ea604e-2ea6-4b7f-9f94-97c92a62ec93) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e81fbaa-10e3-42e8-8bb1-2d81586f2054) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5a7a53c-18b8-4bb6-9d5d-9e42aa85e302) 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 {
}
