/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f385f614-59f6-4b19-bd87-52379dca6c27) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a22ab383-2b4c-4717-8dcb-8c47e38bc89c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f4d2e974-fd54-4bd0-8ad9-c4a05ff0c91b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ea356ee-8c88-43bb-8162-399ccdf0de22) 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 {
}
