#fdr .label {
    border: none;
    width: 40%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-family: "Domine";
    outline: none;
    background: #FFF;
    padding: 10px 3%;
    margin: 5px 0;
    outline: none;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fdr select, #fdr input {
    border: none;
    width: 105%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-family: "Domine";
    outline: none;
    background: #EEEEEE;
    padding: 10px 3%;
    margin: 5px 0;
    outline: none;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fdr .comments , #fdr .iwant {
	display:none;
}

#fdr .submit {
    width: 48%;

}

#fdr .message {
	color : #ce490e;
}