/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-19a49de4-9c96-46f2-bef2-8d217d7e9f51) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35d91c31-56a8-47fd-b4cd-3573e7e8ad1f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b6c61f8f-ae98-477e-ac79-9771c7637d40) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c6e29c9a-19b7-4e86-8855-7af81f02102e) 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 {
}
