/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32538e3b-0b33-4bf8-a8ea-3785e8708a4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8baadc31-61c5-488c-b6f2-e4963edbd91b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b2f14f40-9fe9-42ef-a53b-3fdb39c57e52) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b88d6884-44dc-4d24-b824-4df017c5a6ec) 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 {
}
