﻿body
{
}
table#address td{padding:2px;}
div#contactwrapper
{
    margin-top: 25px;
}

div.container
{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

h1
{
    color: #528924;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 14px;
}

h6
{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

div#contactformwrapper
{
    float: left;
    width: 480px;
    border-right: 1px solid #DDD;
    margin-left: 10px;
}

h2
{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
}

table#contactForm tr td
{
    vertical-align: top;
    padding: 10px;
}

table#contactForm tr td label
{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
}
table#contactForm tr td label.error
{
    color: #CC0000;
}

table#contactForm tr td label#spam
{
    width: auto;
    font-size: 12px;
}

table#contactForm tr td input#ctl00_ctl00_OuterContent_Content_SubmitBtn
{
    float: right;
    background: rgb(43,164,209); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,164,209,1) 0%, rgba(10,109,147,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,164,209,1)), color-stop(100%,rgba(10,109,147,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,164,209,1) 0%,rgba(10,109,147,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,164,209,1) 0%,rgba(10,109,147,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,164,209,1) 0%,rgba(10,109,147,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(43,164,209,1) 0%,rgba(10,109,147,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba4d1', endColorstr='#0a6d93',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px #999999;
    color: #FFFFFF;
    font-family: UbuntuMedium;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
}

table#contactForm tr td p
{
    font-size: 14px;
    width: 160px;
}

input.medium[type="text"], input.medium[type="password"]
{
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 4px 0 #CCCCCC;
    width: 15em;
}




div.contactForm fieldset
{
    margin: 0;
    border: 0;
    padding: 0;
}

fieldset p
{
    width: 400px;
}

div.contactForm textarea
{
    width: 250px;
    height: 160px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 4px 0 #CCCCCC;
}

div.prepend-1
{
    float: left;
    margin-left: 40px;
    width: 362px;
    padding-bottom: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

div.supportButton
{
    float: none;
    background: url('../images/spinner.gif') center center no-repeat;
    width: 353px;
    height: 87px;
    margin-top: 20px;
    margin-right: 100px;
}

input#ctl00_ctl00_OuterContent_Content_SubjectTxt
{
    width: 250px;
}

.span-24
{
    margin-right: 0;
    padding-left: 40px;
    width: 362px;
    padding-top: 30px;
}





