/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-016a6829-6fbc-4a39-8bcb-9d6515b8d781) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5de1ab27-5ffc-4600-9d1a-92a04da113aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-91fb9f22-d91d-4ae4-96b8-4a3d0695c69d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b75bdf18-1d96-40dc-9e05-f22cfa6db509) 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 {
}
