input[type="text"], input[type="password"] {
    display:inline-block;
    width:210px;
    height:18px;
    padding:4px;
    margin-bottom:9px;
    font-size:13px;
    line-height:18px;
    color:#555555;
    border:1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
