.red{
    color:#ff0000;
}
#contact_table td{
    padding:5px 0;
}
td.title{
    font-weight:bold;
    width:100px;
}
#contact_submit{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    border-left:0;
    border-right:0;
    cursor:pointer;
    background:none;
}
#contact_submit:hover{
    background:#b8d2e3;
}
input{
    background:url(/assets/templates/tecvisuals/images/input-gradient.jpg) #88b1cf repeat-x;
}
textarea{
    background:url(/assets/templates/tecvisuals/images/input-gradient.jpg) #88b1cf repeat-x;
}