/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b556c8c-2c76-4cad-a034-85f4d1971b64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-78a06198-6181-4641-a7cd-7c4753f46acd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3cca40ec-041e-4a24-9f6d-6dc7b3a574a9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-17f03768-befa-4bb7-b04c-e56c147529cc) 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 {
}
