.row label{
    width:140px;
    display:inline-block;
    margin:2px;
}
.message label{
    display:block;
}
.req{
    margin-top:10px;
    margin-bottom:20px;
}
input[type='text'], input[type='email'], input[type='number']{
    width:180px;
    border:1px solid #c1c1c1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.error{
	border:1px solid red;
}

h3.form_thanks {
	color: red;
}