input[type="text"] {
    border: 1px solid #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    background: #ffffff !important;
    outline: none;
    height: 24px;
    width: 480px;
    color: #333;
    font-size: 14px;
    font-family: Tahoma;
    padding-left: 5px;
    padding-bottom: 2px;
    margin-bottom: 4px;
}