body
{
	background-image: url(../images/bgWhiteStrip.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.cf::after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

#wrapper
{
	display: block;
	background-image: url(../images/bgTyasaLogo.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 300px;
	width: 737px;
	min-height: 383px;
	margin: 0 auto;
}

#contactForm
{
	float: right;
	width: 342px;
}

#contactForm > form > div
{
	width: 332px;
	/*height: 180px;
	background-image: url(../images/bgContactForm.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	color: white;
	background-color: rgba(14,118,187, 0.7);
	padding: 5px;
	border-radius: 10px;
}

#contactFormHeading
{
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}

#frmContact label
{
	float: left;
	clear: left;
	width: 116px;
	height: 27px;
	line-height: 27px;
	padding-right: 20px;
	background-image: url(../images/bgContactLabel.png);
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 6px;
}

#frmContact input
{
	float: right;
	clear: right;
	width: 190px;
	height: 22px;
}

#frmContact textarea
{
	float: right;
	clear: right;
	width: 190px;
	height: 65px;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: small;*/
}

#frmContact input.submitButton
{
	display: block;
	float: none;
	clear: both;
	width: 160px;
	height: 27px;
	line-height: 25px;
	margin: 0 auto;
	background-image: url(../images/bgContactSubmit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	color: #ffffff;
}

.clearFix
{
	display: inline-block;
}

.clearFix:after
{
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.error, .confirm
{
	text-align: center;
}

.error
{
	color: #FF0000;
}

.confirm
{
	color: #00FF00;
}

.error em, .confirm em
{
	font-weight: bold;
	font-style: normal;
}

.g-recaptcha {
	margin: 0 auto 10px auto;
}

.g-recaptcha > div {
	margin: 0 auto;
}