#textfield1 .inputError {
font-family: verdana;
font-size: 10px;
color: #6B6967;
background-color:#ffffff;
width: 111px;
height: 15px;
}
#textfield1 .inputNormal {
font-family: verdana;
font-size: 10px;
color: #6B6967;
background-color:#ffffff;
width: 111px;
height: 15px;
}
#textfield2 .inputError {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
border: 1px solid #484644;
width: 150px;
height: 17px;
}
#textfield2 .inputNormal {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
border: 1px solid #484644;
width: 150px;
height: 17px;
}
#textarea1 .inputError {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 250px;
height:62px;
border: 1px solid #484644;
}
#textarea1 .inputNormal {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 250px;
height:62px;
border: 1px solid #484644;
}
#textarea2 .inputError {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 400px;
height:100px;
border: 1px solid #484644;
}
#textarea2 .inputNormal {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 400px;
height:100px;
border: 1px solid #484644;
}
#list1 .inputError {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 150px;
height:60px;
border: 1px solid #484644;
}
#list1 .inputNormal {
font-family: verdana;
font-size: 11px;
color: #484644;
background-color:#E6DFD9;
width: 150px;
height:60px;
border: 1px solid #484644;
}
