#form_table {
    background: #241b88;
    border: 4px solid #45e401;
    width: 450px;
    margin: 30px auto;
    font-family: arial;
    color: #252323;
}

#form_table th {
    text-align: right;
    color: #eee;
    font-size: 14px;
}

#form_table td {
    position: relative;
    width: 40%;
}

#form_table caption {
    background: url(images/caption.jpg) center left;
    height: 58px;
    line-height: 58px;
    width: 450px;
    font-size: 21px;
    font-weight: bolder;
}

#form_table input,
#form_table textarea {
    width: 250px;
    background-color: #961b1b;
    display: inline;
    color: #ddd;
    border: 2px solid #444;
    margin: 2px 5px;
    font-family: arial;
    height: 28px;
    font-size: 13px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#form_table input[type=submit],
#form_table input[type=reset] {
    width: 120px;
}

#form_table input:focus,
#form_table textarea:focus {
    background: #1e36b1;
}

#form_table input+span,
#form_table textarea+span {
    display: none;
    background: url(images/message2.png) no-repeat center left;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    color: #f3ebeb;
    padding: 0px 20px;
    position: absolute;
    width: 180px;
    z-index: 99;
}