.mailformplus_contactform .formField {
               padding-right : 7px;
/*
                     display : block;
                       width : 480px;
*/

}

.mailformplus_contactform fieldset {
/*
 IE7@Win nimmt das ganz genau! D.h. wenn es zu kurz ist, dann kann es auch zu Darstellungsfehlern kommen!
*/
                padding-left : 0px;
               padding-right : 0px;
                 padding-top : 0px;
              padding-bottom : 0px;
               margin-bottom : 5px;
                      border : 0px solid #1C4788;
}

.mailformplus_contactform .error {
                       color : #dd7777;
}

.mailformplus_contactform LABEL {

                       color : #414141;
                   font-size : 12px;
              text-transform : uppercase;

/*
               margin-bottom : 4px;
              padding-bottom : 4px;
                       width : 100px;
                     display : block;
                       float : left;
*/
}

.mailformplus_contactform .radio_caption {
                     display : inline;
                       width : auto;
                       float : none;
                 font-weight : normal;
                padding-left : 5px;
}

.mailformplus_contactform .caption {
                      margin : 10px 0 5px 0;
                 font-weight : bold;
}


.myFormElementNormal,
.mailformplus_contactform input {
                 font-family : Verdana, Arial, sans-serif;
                   font-size : 100%;
/*
                       width : 440px;
*/
                  margin-top : 4px;
                     padding : 2px;
                       color : #000000;
                      border : 0px solid #1C4788;
               margin-bottom : 2px;
}

/*
.mf-file {
                       width : 50px;
}
*/

/*
input:focus,
*/
.myFormElementFocus,
.mailformplus_contactform input:focus,
.mailformplus_contactform textarea:focus {
            background-color : #f2f1e1; /* #CDE4FE; */
}

.mailformplus_contactform textarea:focus,
.mailformplus_contactform textarea {
                 font-family : Verdana, Arial, sans-serif;
                   font-size : 100%;

                  margin-top : 4px;
               margin-bottom : 5px;
                       width : 440px;

                     padding : 2px;
                       color : #000000;
                      border : 0px solid #1C4788;
}

.mailformplus_contactform .submit {
              text-transform : uppercase;
              
                 font-weight : bold;
                       color : #ff4120;                     
            background-color : #d1d0be;
                      border : 0px;

                  margin-top : 10px;
                margin-right : 0px;
                 margin-left : 0px;
               margin-bottom : 15px;
               
/*
                     padding : 0px;
*/
                      cursor : pointer;
                      
                  text-align : left; /* important for IE */                      
}

.mailformplus_contactform .submit:hover {
              text-transform : uppercase;
                       color : #828282; /* FFFFFF */
/*
            background-color : #f7f7f4;
*/
}

/*
  *****************************************************************************************************************
  *****************************************************************************************************************
  *****************************************************************************************************************
*/


.mailformplus_contactform submit-img {
                      border : none;
}

