input{
background-color: #EDD3B5;
border: 1px dashed red;
font-family: verdana;
color: white;
font-weight: bold;
font-size: 10px;
}
textarea{
background-color: #EFC49E;
border: 1px dashed #EDD3B5;
font-family: verdana;
color: blue;
font-weight: bold;
font-size: 10px;
}