

span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 10px; 
    margin-bottom: 20px; 
    font-size: 16px;
}

.inputstyle {
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    height: 30px;
    width: 200px;
border-radius: 20px; border: none;
background-color:#eee;
}

.inputstyle2 {
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding: 10px;
    height: 40px;
    width: 420px;
border-radius: 20px; border: none;
background-color:#eee;
}

.formular_headline {
    width:450px; 
}

.formular_headline2 {
    width:450px; 
    font-family: 'Droid Serif', serif;
	text-transform: uppercase; 
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 400;
}

br {
    height: 10px;
}



