/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4c78314c-e7c8-446c-8b83-8c257966797b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7bf32bb-cf17-4939-8a0b-92a273f427a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-745519c4-b6eb-4389-9e6c-32901888d4aa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86cae9db-276f-4156-b05c-6cb8037a5cb1) 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 {
}
