/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-73445549-bfe4-4e22-88ce-b84d4881674b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02eec80c-359b-487c-b50e-656c6ec53dca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45a56f49-b261-4bfe-8b66-42c5a9e29a07) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c022ceac-f776-470b-9354-8b255a37520a) 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 {
}
