/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ced9a310-07f0-4db6-a405-2198c92ac42c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8897df31-a8eb-480d-92bf-af6c10b78a1b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-513e94bc-bd09-4eb1-a642-23a321a842a1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-25767ea4-9990-40d3-88cd-2760ccb9812d) 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 {
}
