﻿body
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

.modalBackground
{
	background-color: white;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.panelClass
{
	background-color:White;
	font-size: 10px;
}

#contactForm
{
	background-color:Black;
	font-size: 11px;
	font-family: Century Gothic,Tahoma, Verdana, Arial;
}

#contactForm td
{	
	color: White;
	font-size: 14px;
}

#contactForm td.input
{	
	color: White;
	font-size: 13px;
	font-weight:bold;
}

#moreInfo
{
	background-color:Black;
	font-size: 11px;
	font-family: Century Gothic,Tahoma, Verdana, Arial;
}

#moreInfo td
{	
	color: White;
	font-size: 14px;
}

#goldPhone
{
	background-color:Black;
	font-size: 11px;
	font-family: Century Gothic,Tahoma, Verdana, Arial;
}

#goldPhone td
{	
	color: #c39b29;
	font-size: 24px;
}

.goldFont11
{
	color: #c39b29;
}

.goldFont10
{
	color: #c39b29;
	font-size: 12px;
}

.contactTextbox
{
	background-color: lightgrey;
	border: solid 1px white;
	font-family: Century Gothic Tahoma Verdana Arial;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
}

.contactDropdown
{
	background-color: lightgrey;
	border: solid 1px white;
	font-family: Century Gothic Tahoma Verdana Arial;
	font-size: 11px;
	font-weight: bold;
}

.cancelButton
{
	background-color:Black;
	color: White;
	font-family: Century Gothic Tahoma Verdana Arial;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px white;
}