.labelEditWnd {
        display: none;
/*        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;*/
}

.lblshadow {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: black;
        opacity: 0.8;
        filter: alpha(opacity=80);
}

.labelEditForm {
        position: fixed;
        opacity: 1;
        top: 250px;
	background-color: #2586e0;
  	border: 2px dashed #4645ff;
  	width: 270px;
}


.labelCancelWindow, .labelCancelWindow:link, .labelCancelWindow:visited {
    text-decoration: none;
    color: black;
    font-size: 13px;
    float: right;
}

.labelCancelWindow:hover, .labelCancelWindow:active {
    color: red;
}

.labelEditWndNew {
	background-color: #5560ff;
  	border: 2px dashed #4645ff;
}

.labelheader {
	text-align: left;
	padding: 3px;
	background-color: #C0F0FF;
	height: 18px;
}

.editButtons {
	float: right;
	font-size: 12px;
}

.newlabel {
	color: red;
}

.labelsubmit, .labelreset, .labeldelete {
	font-size: 14px;
	height: 26px;
	font-weight: bold;
	margin: 6px;
	padding: 4px 8px;
}

.labeldelete {
    display: none;
}

.labelsubmit {
	background: url(../img/button.png) left top repeat-x;
	border: 1px outset black;
}

.labelamountdiv {
	padding-top: 5px;
	padding-left: 5px;
	/*float: right;*/
	text-align: left;
	/*width: 200px;*/
	margin: 0px;
}

.labelamount {
	width: 130px;
}

.labeltextareadiv {
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
}

.labeltextarea {
	width: 250px;
}

.labeltextareatext {
	text-align: left;
}

.labelamountNew, .labeltextareaNew {
	background-color: #FFFF99;
}

/* ------------------------------- */

.toomuchlabels {
	clear: both;
	font-weight: bold;
	color: red;
	display: block;
	background-color: white;
	border: 2px solid red;
	padding: 5px;
	margin: 3px;
}

.labelPreview {
    margin: 2px;
    padding: 2px;
    background: #FFFF99;
    color: black;
    font-size: 10px;
    float: left;
    border: 1px #4645ff dashed;
    width: 280px;
    text-align: left;
}

.labelPreviewAmount {
    left: 0px;
    margin-top: -2px;
    width: 140px;
    height: 30px;
}

.labelPreviewText {
    font-size: 14px;
    white-space: pre;
    text-align: center;
}

.labelPreviewTextNew {
    font-size: 12px;
    font-style: italic;
}


.labelPreviewButton, .labelPreviewButton:link, .labelPreviewButton:visited {
	background: url(../img/button.png) left top repeat-x;
	border: 1px outset black;
        padding: 1px;
        margin: 2px;
        text-decoration: none;
        float: right;
}

.labelPreviewButton:hover, .active {
}
