input{
    outline: none;
}

input[type='text'], input[type='password'], select{
    font-size: 14px;
    padding: 5px;
}

input.zm-button{
    padding: 5px;
    display: inline-block;
    font-size: 21px;
    font-weight: normal;
    color: white;
    background-color: #1D99D7;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D99D7), to(#006BB5));
    z-index: 0;
    box-shadow: 3px 3px 4px #006BB5;
    border: 0pt none;
    margin: 0px;
    margin-right: 5px;
    cursor: pointer;
}

input.zm-button:last-child{
    margin-right: 0px;
}

input.zm-button:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc670), to(#FFAA25));
}

input.fielderror{
    outline: 1px solid red;
}

input[type='text'].piccolo, textarea.piccolo, select.piccolo{
    font-size: 12px;
    padding: 1px;
}

div.field span{
    font-size: 12px;
}