/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0d63cfbb-4505-46eb-a800-691bc644b3ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-18a19beb-45b6-43ec-80ab-0172b7c04a78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-035271b9-0888-47ba-87e1-4b201a4aeb4e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4db7c4a3-9d41-46f2-9738-cb26b6aca606) 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 {
}
