/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee91fe0f-c185-46c9-9799-877cf01b5e6a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f84e65e-a2a3-4d94-89ff-9ee2a73c48a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3412e61d-1f88-4470-9bb1-3b346b8c951e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8788e8f2-817b-4504-9b7b-74f7287592ec) 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 {
}
