input, select, textarea {
    font-family: "Courier New", serif;
    font-size: small;
    }

label {
    font-weight: bold;
    font-size: small;
    cursor: hand;
    padding: 2px;
    }

label.optional {
    font-weight: normal;
    }

.input_example {
    color: black;
    font-size: xx-small;
    margin: 0;
    }

.input_error {
    font-size: xx-small;
    margin: 0;
    color: red;
    }

.input_warning {
    font-size: xx-small;
    margin: 0;
    color: #aaa;
    }

/**
 * Error display
 */
#form_errors {
    margin-top: 10px;
    background: #f0f0f0;
    background: #ff0;
    padding: 2px;
    border: 1px dotted #aa0;
    width: 400px;
    }

#form_errors p {
    padding: 2px;
    }

#form_errors label {
    padding: 0;
    }

#form_errors p, #form_errors label {
    margin: 0;
    font-size: small;
    }

/**
 * Shipping form
 */
{
    padding-left: 5px;
    }

form table {
    border-collapse: collapse;
    }

form table td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    }

form table tr.error {
    background: #c00;
    }

form table tr.error td {
    border-bottom: 1px solid #e00;
    }

form table tr.error td {
    color: white;
    }


form table tr td.error {
    }

form table tr td.error {
    }

form table tr td.error label {
    background: red;
    color: white;
    }

form table tr td.error .input_error {
    color: red;
    }

form table tr td.error .input_error img {
    vertical-align: bottom;
    }

form table tr td.error .input_warning {
    color: #888;
    }

#newsletter_signup {
    background: #A3C1BF;
    }

#newsletter_signup form {
    margin: 0;
    padding: 3px 10px 10px 10px;
    }

#newsletter_signup form p {
    margin: 3px 0 0 0;
    font-size: xx-small;
    color: #64646E;
    }

#newsletter_signup form input.text {
    border: 0;
	margin: 2px 0 2px 0;
    width: 144px;
    _width: 145px;
    }

#newsletter_signup form input.submit {
    _height: 18px;
    background: black;
    color: white;
    border: 0;
    font-family: Arial;
    font-weight: bold;
    }

#newsletter_signup label {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #64646E;
	}
