/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a732d97-a469-40e5-903d-c9b36238fd5f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41c57aee-ff50-433d-b248-45fb02a368ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-394be332-0944-4ab2-9b5e-7cbd7a457cf8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-859a4161-8359-4e63-8dba-4c035fede658) 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 {
}
