/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-85ebf02a-7f75-45c4-8b86-90fe5560630a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3306e37-0ac6-4bd2-ac5a-cf4f60b460ad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e4f69801-1cfd-45ce-ab10-c4ecffcc5265) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8f2ec7be-144a-46f8-bdf6-9aff2286ef21) 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 {
}
