/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-45bfab7f-9ab9-4320-87f3-95b89907c409) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36068520-7d8b-4f22-b24a-ca40a88cbb7a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6200d785-b4ed-4dbb-a129-cbfc0b5a4f22) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e39ecad2-ba6a-4852-ac37-761b8180d391) 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 {
}
