/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b66f00af-b64c-4821-86b8-0e7579110309) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3e50902-541f-454a-ae7b-fc733deff52d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e185467-8b51-4014-8c21-67080cb71cb7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f5b9509-748e-4dd2-8ce2-9c4708f6418d) 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 {
}
