body {
    color: #666666;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 10px;
}

label {
    display: inline-block;
    width: 65px;
}

ul.form li {
    display: block;
    overflow: hidden;
}

input[type="submit"], button, .button {
    background-color: transparent;
    border: 3px solid #bbb;
    border-radius: 0;
    color: #bbb;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.25s ease-out 0s;
}
input[type="submit"]:hover, button:hover, .button:hover {
    border-color: #666;
    color: #666;
    text-decoration: none;
}
*/

ul {
    list-style-type: none;
}

.error {
    color: darkred;
}

input.error {
    background-color: lightcoral;
}
