﻿.req 
{
	color: #800080;
	font-weight: bold;
	font-size: 12px;
}
input.txt, textarea.txt
{
	background: #EFF2F5;
	border: 1px solid #C9CECF;
	color: Black;
	font-size: 10px;
	padding-top: 2px;
}

input.txtlarge, textarea.txtlarge
{
	background: #EFF2F5;
	border: 1px solid #C9CECF;
	color: Black;
	font-size: 10px;
	padding-top: 2px;
	width: 300px
}

input.txt 
{
height: 14px;	
}

input.txt.pwd
{
	_width: 103px;
}
select
{
	border: 1px solid #C9CECF;
	font-size: 10px;
	/*height: 16px;*/
	
}

.contactRow {
  clear: both;
  padding-top: 10px;
  padding-left:20px;
  }

.contactLabel {
  float: left;
  width: 200px;
  text-align: right;
  }

.contactFormw 
{
	background: #EFF2F5;
  float: left;
  width: 150px;
  text-align: left;
  margin-left: 10px;
  border: 1px solid #C9CECF;
	color: Black;

  } 
