					
/** Hier die Styleangaben für die Addboxen */
/* .addbox { */
     /* width:220px; */
     /* color:#006699; */
     /* margin: 30px 0px 20px 0px; */
/* } */

.addbox {
     width:0px !important;
     color:#006699;
     margin: 0px;
	 visibility: hidden;
}

/** Styleangaben für Fehlermeldungen in Mailforms */
.form_wrapper {

}
div.grippie {
     background:#777 url(../INC/THIRDPARTY/MAILFORM/IMAGES/GRIPPIE.PNG) no-repeat scroll center 2px;
     border-color:#DDDDDD;
     border-style:solid;
     border-width:0pt 1px 1px;
     cursor:s-resize;
     height:9px;
     overflow:hidden;
     width:96%;
     margin-left:5px;
}
.resizable-textarea textarea {
     display:block;
     margin-bottom:0pt;
}
.thread_success {
     border:1px solid #777;
     background-color:#f4f4f4;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding:10px;
     margin-bottom:10px;
}
.thread_error {
     border:1px solid #777;
     background-color:#f4f4f4;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding:10px;
     margin-bottom:10px;
}
.thread_sc_icon {
     background-position:10px 10px;
     float:left;
     margin-right:5px;
}
.thread_sc_msg {
     width:93%;
     float:right;
}