/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22264ce4-5b87-4f09-8666-3e9523c564ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-45da6ad1-659b-4650-b2c5-03b97665a61c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-78a76cb6-6851-4195-95b9-31f093ca7244) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-655e2b0f-09d7-442d-a561-f75963e14655) 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 {
}
