/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-487b7a4c-7291-4d4a-848d-c55606d7582e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e1b9c9b5-e139-4aa5-bc3b-06d179de74b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ec0186ef-695a-4aa9-bd71-ec438b4fb827) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-366a1e13-9c2e-4d26-b390-144002ec675e) 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 {
}
