body {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #aac;
	size: 20;
}

input.time {
    width: 40px;
}
