/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-476c6973-3b28-4695-87b7-c9b889cc835f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9de8c0ba-ce1f-495e-bcf2-aff7c48f68be) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33779041-a7b6-43ad-a6bd-01dd8fcd0df0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b40a6dbd-bde4-45b7-ab8c-b1142f31ad8b) 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 {
}
