/* css BELLE & JEROME contact form style */
/* by Kelvin Owers - spittingcat.com */

.shoutbox input, .shoutbox textarea {
    border-left: 5px solid #EBBC7B;
}
.shoutbox input {
    font-size: 1em; _font-size:0.9em;
}

.shoutbox .input:focus,
.shoutbox .submit:hover,
.shoutbox .submit:focus {
    border-left: solid 5px white;
    color: white;
}

.error {
    background: white;
    color: red;
    padding: 10px;
    border: red 1px solid;
    font-size: 1.2em;
    font-weight: bold;
}

.shoutbox label {
    font-weight: bold;
}
