/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-90c39f3d-ba8b-4bcb-af78-cc39fab9f7af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be56796a-157c-432b-ab71-0f708b61e300) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6669f615-9fdb-46a4-a893-b7b8377724ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-91ca3fb7-756f-436a-a6d0-e422881bc1e9) 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 {
}
