/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a4b52d45-3ef7-40b5-bde4-f2b6d31061cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9268d28e-1cc7-4e98-b09e-947b92f3d54c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b3a44383-6f97-4a04-af9f-e9c60dceaf20) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efd52c6d-e885-47a6-8287-417651223b8d) 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 {
}
