#bzform input[type="text"],
#bzform input[type="email"],
#bzform input[type="password"],
#bzform select,
#bzform textarea
 {
    font-style: normal;
    font-size: 14px;
    color: #000000;
    height: 40px;
    font-weight: 600;
    padding: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    background-color: #ffffff;
    width:100%;
}
#bzform textarea {height:4em;}
#myForm label {
    display: none;
}