/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-305ba64c-5326-4068-9495-50ab8d8c979c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a70d626-0f3a-48b0-88a3-7bd68491676e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4703a742-f8a7-4380-9f6a-034baf73cf54) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2628ac2-4a56-4e81-9d38-e8b5b857e15a) 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 {
}
