#UserForm_Form {}
#UserForm_Form label {
    margin-bottom: 2px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}
#UserForm_Form input,
#UserForm_Form select,
#UserForm_Form textArea {
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
}
#UserForm_Form_action_process {
    width: auto !important;
    margin-top: 5px;
}



#Form_VeranstaltungsSearchForm{
    width: 330px;
    padding: 20px 100px;
    background: #EFF0ED;
}

#Form_VeranstaltungsSearchForm *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#Form_VeranstaltungsSearchForm label{
    color: #4c4c4c;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

#Form_VeranstaltungsSearchForm fieldset > .field{
    overflow: hidden;
    margin-bottom: 10px;
}

#Form_VeranstaltungsSearchForm fieldset > .field > *{
    float: left;
    width: 20%;
}

#Form_VeranstaltungsSearchForm .field > .middleColumn{
    width: 80%;
}

#Form_VeranstaltungsSearchForm select,
#Form_VeranstaltungsSearchForm input{
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
    height: 30px;
}

#Form_VeranstaltungsSearchForm input{
    padding-left: 5px;
}


#Form_VeranstaltungsSearchForm .quick-buttons {
    width: 80%;
    float: right;
    overflow: hidden;
    margin-bottom: 10px;
}


#Form_VeranstaltungsSearchForm button ,
#Form_VeranstaltungsSearchForm .quick-buttons a {
    border: none;
    background-color: #b1b2a7;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 30%;
    line-height: 30px;
    cursor: pointer;
}

#Form_VeranstaltungsSearchForm .Actions{
    overflow: hidden;
}

#Form_VeranstaltungsSearchForm .Actions button{
    width: 80%;
    float: right;
    text-align: left;
    padding-left: 10px;
    background-image: url(veranstaltung_sprite.png);
    background-repeat: no-repeat;
    background-position: 234px -271px;

}

#Form_VeranstaltungsSearchForm .quick-buttons a:nth-child(2){
    border: 1px solid #fff;
    border-width: 0 1px;
}

#Form_VeranstaltungsSearchForm .quick-buttons a:last-child {
    width: 40%;
}



#Wann,
#Bis{
    float: left;
    width: 50%;
}



#Form_VeranstaltungsSearchForm #Wann label,
#Form_VeranstaltungsSearchForm #Bis label{
    width: 40%;
}

#Form_VeranstaltungsSearchForm #Bis label{
    padding-left: 25px;
}

#Form_VeranstaltungsSearchForm #Wann .middleColumn,
#Form_VeranstaltungsSearchForm #Bis .middleColumn{
    width: 60%;
}


#Form_VeranstaltungsSearchForm #Wann input,
#Form_VeranstaltungsSearchForm #Bis input{
    background: #fff url(veranstaltung_sprite.png) no-repeat 78px 6px;
}

#Form_VeranstaltungsSearchForm_Kategorie_Holder > .middleColumn{
    margin-left: 20%;
}
