﻿#contactbody h1
{
    color:#768F65;
}
#contactbody a
{
    color:#8fafd9;
    text-decoration:underline;
}
#contactbody table td
{
    vertical-align:top;
}
#contactbody {
padding-bottom:30px;

}
#contactright {
padding:30px;
background:#494949;
padding-left:70px;
margin-right:20px;
}

#contacttext {
	color:silver;
	font-size:11pt;
	line-height:20pt;
	padding-left:50px;
}

.addressText {
	font-size:small;
	padding-left:20px;
}
.addressText a
{
	color:#000000;
}

.addressHeader {
	font-size:small;
	font-weight:bold;
	line-height:15pt;
	padding-bottom:5px;
	padding-top:10px;
}

input.niceButton
{
    
}


#contactform dt
{
    display:none;
}
#contactform .empty
{
    color: #555555;
}

#contactform .filled
{
    
    color: #222222;
    background-color:#f0f0f0;
}

#contactbox
{
    /*width:340px;*/
	
	padding-left:20px;
	padding-top:20px;
	width:400px;
	padding-right:24px;
	font-size: 9pt; 
}

#contactright h3:first-child{
	margin-top:0px;
}

#contactform dd input, #contactform dd textarea {
    background-color:white;
}
#contactform dd input, #contactform dd textarea {
    border:1px solid #aaaaaa;
    color:#000000;
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,sans-serif;
    font-size:1.1em;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5;
    margin:0pt 0pt 1.5em;
    
    padding:0.3em 9px;
    width:200px;
}

table.submittable
{
    width:96%;
    margin-top:-1.5em;
    height:24px;
    margin-bottom:0;
}

table.submittable td.lblResult
{
    font-size: 9pt; 
    color: red
}

table.submittable td.btnSend
{
    width:3em;
}

#contactform dd#ddName .filled
{
    background: #f0f0f0 url(img/contactName.gif) top right no-repeat;
}
#contactform dd#ddEmail .filled
{
    background: #f0f0f0 url(img/contactEmail.gif) top right no-repeat;
}

#contactform dd#ddEmail2 .filled
{
       background: #f0f0f0 url(img/contactEmailVerify.gif) top right no-repeat;
}

#contactform dd#ddSubject .filled
{
        background: #f0f0f0 url(img/contactSubject.gif) top right no-repeat;
}

#contactform dd#ddMessage .filled
{
    background: #f0f0f0 url(img/contactMessage.gif) top right no-repeat;
}
