body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0a203e;
}
.textwhitebig {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.textgray {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	color: #e1e1e1;
	text-align: center;
}
.textgraytilte {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 18px;
	font-weight: bold;
	color: #e1e1e1;
	text-align: center;
}
.textwhiteSMALL {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.textwhiteSMALLCopy {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #a08149;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a08149;
}
a:hover {
	text-decoration: underline;
	color: #a08149;
}
a:active {
	text-decoration: none;
	color: #a08149;
}
.textgrayCopy {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	color: #e1e1e1;
	text-align: left;
}
#form1 table tr td label #textfield {
	background-color: #e7e9ec;
	height: 50px;
	width: 302px;
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	color: #7e7f7f;
}
.footer {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 12px;
	color: #2e4664;
}
#form1 table tr td label #textarea {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	color: #7e7f7f;
	background-color: #e7e9ec;
	height: 158px;
	width: 619px;

}
#form1 table tr td table tr td label #textfield2 {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	background-color: #e7e9ec;
	height: 52px;
	width: 301px;
	color: #7e7f7f;
}
#form1 table tr td table tr td #textfield3 {
	font-family: Verdana, Geneva, sans-serif, "Myriad Web Pro";
	font-size: 14px;
	background-color: #e7e9ec;
	height: 52px;
	width: 301px;
	color: #7e7f7f;
}

input
{
   -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px black;
    padding:3px;
}

textarea

{
  -moz-border-radius: 3px;
   border-radius: 3px;
    border:solid 1px black;
    padding:5px;
    resize:none;
}