.zpFormAlternate2 span.zpStatusImg {
        padding: 0px 12px;
        height: 18px;   
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: center 2px;
        opacity: 0.66;
        filter: alpha(opacity=66);
        margin-left:1px;
        display: inline-block;
        float: none;
        padding-top: 0px;
        padding-bottom: 0px;
        vertical-align: top;    
}

.zpFormAlternate2 .zpIsEditing span.zpStatusImg {
        opacity: 1.0;
        filter: alpha(opacity=100);
}

.zpFormAlternate2 .zpIsRequired span.zpStatusImg {
        background-image: url(icons/required.gif);
}

.zpFormAlternate2 .zpIsEditing .zpNotEmpty span.zpStatusImg {
        background-image: url(icons/editing.gif);
}

.zpFormAlternate2 .zpNotEditing .zpNotEmpty .zpNotValid span.zpStatusImg {
        background-image: url(icons/required_invalid.gif);
}

.zpFormAlternate2 .zpIsValid span.zpStatusImg {
        background-image: url(icons/validated.gif);
}

.zpFormAlternate2 .zpIsFetching span.zpStatusImg {
        background-image: url(icons/fetching.gif) !important;
}

.zpFormAlternate2 .zpFormError{
        font-family: Verdana, arial, sans-serif;
        font-size: 12pt;        
        color: #F73460;
        padding-left: 10px;
        padding-right: 5px;
        font-weight: bold;
        vertical-align: top;
        line-height: 20px; 
        display: inline-block
}

.zpFormAlternate2 .multipleButton{
        margin-left: 10px; 
        width: 24px;    
        font-size: 15px;
        vertical-align: top;
        margin-top: 2px;
        text-align: center;
        line-height: 10px;
        padding-top: 1px;
        font-size: 11px;
}

/*.zpFormAlternate2 select {      
        font-family: "MS Sans Serif" , Arial, Tahoma, Verdana, sans-serif;
        height: 19px;
        line-height: 19px;
        margin-bottom: 5px;
        background:#ecefed;
        border: solid 1px #8484A1;
        margin-bottom: 5px;
        color: #3333333;
}*/

.zpFormAlternate2 .fieldError {
        font-weight: bold;
}

.zpFormAlternate2 input {
		font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 10pt;        
        color: #333;
        font-weight: bold;
        background:#ecefed;
        border: solid 1px #8484A1;
		margin-top:0px;
        margin-bottom: 5px;
}

.zpFormAlternate2 input:focus, .zpFormAlternate2 textarea:focus {
        background-color: #f8faf9;
}

.zpFormAlternate2 textarea {
		font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 10pt;        
        color: #333;
        font-weight: bold;
        background:#ecefed;
        border: solid 1px #8484A1;
        margin-bottom: 5px;
}

.zpFormAlternate2 .zpFormLabel {
        padding-right: .2em;
       	font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: #3B3A58;
        float: left;
}



.zpFormAlternate2 .zpFormLabel2 {
        padding-right: .2em;
       	font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: #3B3A58;
		width:150px;

}

.zpFormAlternate2 .zpFormLabel2small {
        padding-right: .2em;
       	font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: normal;
        font-size: 95%;
        color: #3B3A58;
		width:150px;

}

.zpFormAlternate2 .zpFormLabelsmall {
 //       padding-right: .2em;
       	font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10pt;
 //     color: #3B3A58;
 		color: red;

}
.zpFormAlternate2 .zpConsole {
        background-color: #dddddd;
        width:80%;
        border: 1px dotted black;
        padding:.3em;
}

.zpFormAlternate2 {
        padding: 0px;
		margin:0px;
		background:none;
}


.zpFormAlternate2 .button{
        background: url("/assets/blau_speichern.gif");
		height:42px;
		width:120px;
        border: none;
		cursor:hand;
}

.zpFormAlternate2 .button:hover{
	margin-left:1px;
}

/* .zpFormAlternate2 .button{
        background: url("button_bg.gif");
        margin-right: 5px;
        height: 22px;
        line-height: 16px;
        font-family: Thaoma, Verdana, Arial, sans-serif;
        border: solid 1px gray;
}
*/

.zpFormAlternate2 fieldset{
        margin: 10px 0px;
        padding: 10px;
        border: solid 1px #998488;
}

* html .zpFormAlternate2 fieldset{
        padding-top: 10px;
}

.zpFormAlternate2 legend{
        font-family: Georgia, "Times New Roman", serif;
        font-weight: bold;
        font-size: 13px;
        color: #D19592;
        padding: 3px 5px;
        text-decoration: underline;
        font-style: oblique;
}

* html .zpFormAlternate2 legend{
        margin-bottom: 10px;
}

.zpFormAlternate2 select { 
		font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        height: 22px;
		color:#333;
        line-height: 22px;
        background:#F5F1F2;
        margin-bottom: 5px;
		border:none;
}


 .zpFormAlternate2 .dropDownArrow{/* this style will be applied to IE7 */
        height: 20px;
        background-image: url(basic/down_arrow_hilite.gif);
        padding: 0px 12px;
        background-repeat: no-repeat;
        margin-left:-1px;
        margin-top:1px;
        display: inline-block;
        cursor: pointer;
}

 .zpFormAlternate2 .dropDownArrow {/* this style will be applied to other browsers */
        background-image: url(basic/down_arrow.gif);
        padding:10px 10px;
        padding-top:0px;
        background-repeat: no-repeat;
        margin-left:-1px;
        display: inline;
        vertical-align:top;
        cursor: pointer;
} 

 * html .zpFormAlternate2 .dropDownArrow {/* this style will be applied to IE6 only */
        height: 20px;
        background-image: url(basic/down_arrow_hilite.gif);
        padding: 0px 12px;
        background-repeat: no-repeat;
        margin-left:-1px;
        margin-top:1px;
        display: inline-block;
        cursor: pointer;
}

.zpFormAlternate2 .dropDownArrow:hover,
	  .zpFormAlternate2 .dropDownArrow:active
		  .zpFormAlternate2 .dropDownArrow:focus {
        background-image: url(basic/down_arrow_hilite.gif);
} 

.zpFormAlternate2 .zpFormCheckbox { /*checkbox style*/  
        border:none;
}


.zpFormAlternate2 .zpFormRadio {
        border:none;
}


.zpFormAlternate2 .zpWrongValue{
	background-color: #EA888C !important;
}

.mail {display:none; }