/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-304f18b9-3314-4893-bfce-6c433b407b59) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-09fe12bf-475f-4e1a-82cb-3517fa0c3167) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-baf3a541-aab2-45a7-94fd-a639fd07bb84) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89ca0048-c492-4926-9602-84ec72dd3d6b) 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 {
}
