input {
    border: #CCC solid 1px;
    border-radius: 3px;
    height:25px;
}
.help-block {
    font-size: 85%;
}
span.form-error.help-block {
    color: red;

}
div.form-error {
    background: #ffe5ed;
    border-radius: 4px;
    color: darkred;
}
select {
	border-radius: 3px;
	height:25px;	
	border: 1px solid silver;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 25px;
}