/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5ba13b8-7681-4277-8a5b-2fb0d7b626f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97184e1f-f52f-49a0-8c05-a5ec1af87b74) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dfcf6dce-3b4a-4830-80de-ef868b22ebc9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bea9d55-c871-449d-83db-c594cb2f5f30) 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 {
}
