input[type="text"]
{
    border-radius: 7px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 3px !important;
}
textarea
{
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 0 3px !important;
}