﻿.contactinput
{
    width: 350px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #dcdcdc thin solid;
}

#UctlContactUs1_txtMessage
{
    width: 600px;
    border-bottom: #dcdcdc thin solid;
    border-left: #dcdcdc thin solid;
    border-top: #dcdcdc thin solid;
    border-right: #dcdcdc thin solid;
}

.contactbutton
{
    color: #000080;
    background-color: #c6c6e2;
    border-right: #6363b2 thin outset;
    border-top: #6363b2 thin outset;
    border-left: #6363b2 thin outset;
    border-bottom: #6363b2 thin outset;
}
.contacterror
{
    font-size: smaller;
    color: red;
}

.Required{color:red;font-size:smaller;}

