/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce7059bc-ca78-4e54-a30c-6fac45ad0c0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0a2bd4c7-7e1f-495f-9302-5bd559942122) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7aac1250-afda-4a45-8de7-fb88a81a1466) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4ca7e490-8a6c-4ba1-8b72-3d5b17cf229a) 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 {
}
