#anmeldeformular{
    width:400px;
}
#anmeldeformular h2.anmeldeformular{
    font-size:23px;
}

#anmeldeformular .errorbox, #anmeldeformular .infobox{
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
}

#anmeldeformular .infobox{
    color: #00529B;
    background-color: #BDE5F8;
    display: none;
}

#anmeldeformular .error_message{
    color:red;
    font-style: italic;
}

#top .main_color #anmeldeformular label{
    color:#c3c532;
}

#top #anmeldeformular select,  #top .entry-content-wrapper #anmeldeformular  select
#anmeldeformular select.input{
    -webkit-appearance : menulist;
    width:100%;
}

#top .main_color #anmeldeformular .input-text,
#top .main_color #anmeldeformular input[type='text'],
#top .main_color #anmeldeformular input[type='input'],
#top .main_color #anmeldeformular input[type='email'],
#top .main_color #anmeldeformular input[type='number'],
#top .main_color #anmeldeformular textarea{
    width:100%;
}