﻿body
{
    background: #B9DEE6 url(images/background.jpg) no-repeat center bottom;
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
    color: #4E4E4E;
}

h1
{
    font-size: 9px;
    color: #57B7DF;
    width: 790px;
    margin: 0px auto;
    text-align: right;
    padding: 1px 1px 5px 1px;
    font-weight: normal;
}

h2
{
    font-size: 24px;
    margin: 10px 0px 15px 0px;
}

a
{
    color: #4E4E4E;
    font-weight: bold;
}

textarea
{
    overflow: auto;
}

form
{
    width: 800px;
    margin: 0px auto;
}

.content
{
    background: #74C2CC url(images/div-bg.png) no-repeat center top;
    min-height: 356px;
    padding: 15px 15px 0px 15px;
    width: 770px;
}

.content-shad
{
    background-image: url(images/div-shad.png);
    height: 40px;
    width: 800px;
}

.nsv
{
    float: right;
}

.nav a
{
    float: right;
    height: 38px;
    margin-right: 5px;
}

.nav a:hover
{
    background-position: center -38px;
}

.b4flink
{
    background-image: url(images/b4f.jpg);
    width: 155px;
}

.contactlink
{
    background-image: url(images/contact.jpg);
    width: 88px;
}

.productslink
{
    background-image: url(images/product.jpg);
    width: 88px;
}

.homelink
{
    background-image: url(images/home.jpg);
    width: 88px;
}

.form td
{
    vertical-align: top;
}

.form .text
{
    width: 99%;
    border: solid 1px #4E4E4E;
    background-color: #C9E5E9;
}

.contactbtn
{
    background-image: url(images/send.jpg);
    height: 38px;
    width: 148px;
    float: left;
}

.contactbtn:hover
{
    background-position: center -38px;
}

.csollink
{
    
    margin-top:-15px;
    float: right;
    text-decoration: none;
    font-size: 9px;
}

.csollink img
{
    display: block;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

