/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4c013813-daac-42ef-9a4f-b51202e5e776) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-710f7356-946e-4d03-ab79-8da34f4d9689) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-24755b7c-7981-40cf-a62d-5a8c11c57a76) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0100eeef-6a4a-443c-8eab-ce500539fbae) 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 {
}
