/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-89e544df-9af5-438f-8972-0b3b3472b8e1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4115ea41-4359-47d0-a8d9-9cad2b1d1420) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b93850ec-8d43-4dbf-8fde-78eb2a1b2f0e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8c29766-b4d0-45e0-babf-7f3d63e74fa6) 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 {
}
