﻿.contactTable TD
{
	vertical-align: top;
}

td.contactFormCell
{
	width: 52%;
	border-right: dashed 1px #ff8a01;
}
td.textCell
{
	padding-left: 35px;
}
.contactForm TD
{
	padding: 5px 0px;
	vertical-align: middle;
}
.contactForm input, .contactForm textarea
{
	width: 98%;
	border: solid 1px #505050;
	background-color: #f8fbfe;
}
A.sendBtn
{
	display: block;
	background: url(../images/send.gif) no-repeat top left;
	color: #65859c;
	height: 16px;
	line-height: 16px;
	padding-left: 30px;	
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	float: left;
}
A.sendBtn:hover
{
	color: #ff8a01;
}

.sentMsg
{
	position: relative;
	top: -300px;
	width: 200px;
	height: 100px;
	font-size: 11pt;
	background-color: #abc8dd;
	color: Black;
	left: 275px;
	padding: 10px;
	border: solid 1px Black;
	padding-bottom: 20px;
	display: none;
}
.sentMsg A
{
	display: block;
	margin: 0px auto;
	color: Black;
	width: 70px;
	text-align: center;
}
.sentMsg A:hover
{
	color: White;
}
.visible
{
	display: block;
}