﻿.taf-form-wrap
{
	width: 500px;
	overflow: hidden;
}
.taf-intro
{
	color: #375162;
	width: 180px;
	float: left;
	padding: 50px 0 0 0;
	font-size: 14px;
}
.taf-intro p
{
	color: #375162;
}
.taf-intro h2
{
	color: #375162;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:1;
	margin: 0;
}
.taf-form
{
	color: #375162;
	float: right;
	width: 310px;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.taf-form p
{
	color: #375162;
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
}

.taf-form .NormalTextArea
{
	background: #eee;
	border: none;
	width: 260px;
	color: #375162;
	height: inherit;
	padding-top: 5px;
	height: auto;
}
.taf-form .NormalTextBox
{
	background: #eee;
	border: none;
	width: 260px;
	color: #375162;
	height: inherit;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
}
.taf-progress-icon
{
	background: url(images/progress.gif) no-repeat;
	height: 32px;
	width: 32px;
	margin-left: -210px;
	margin-top: -32px;
	float: left;
	display: none;
}
.taf-form-submit
{
	padding: 10px 0 0 0;
	font-size: 15px;
}
#simplemodal-overlay
{
	background-color: #000;
}
#simplemodal-container a.modalCloseImg
{
	background: url(Images/x.png) no-repeat;
	width: 34px;
	height: 34px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -18px;
	right: -18px;
	cursor: pointer;
}
#simplemodal-container
{
	background-color: #CCCCFF;
	border: solid 3px #3c5c6a;
	width: 500px;
	left: 0px;
	position: relative;
	overflow: visible;
	padding: 0 20px 30px 20px;
}
.taf-error
{
	color: #f00;
	font-weight: bold;
}
.taf-success
{
	color: #009999;
	font-weight: bold;
}
.singleSD
{
	font-size: 14px;
}

