/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bd5c995e-6436-4396-b470-b1ce89fa8372) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c5a39a89-f64d-401b-8315-d0d5097af295) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f4d74a73-4121-4f67-b854-71b8a7a80710) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0886c1eb-beb8-463e-9b58-053036149a62) 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 {
}
