/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-968d47c8-9c8f-48d0-b667-786628eadbde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8352c48b-fa65-46c9-92b7-9ed0483947fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-931f7c0c-1246-445c-953b-ba397689cbb7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93817e61-6d75-4e3b-bdaf-6f1371d42bdb) 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 {
}
