#contactConten {
	width:626px;
	float:left;
	margin:30px 25px 0 30px;
}

.formTx2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
	font: 1em arial, helvetica, sans-serif;
	color: #666;
	border: 1px solid #999;
	background: url("../img/bg-forminput.gif") repeat-x;
	padding:4px;
	margin:0 0 13px 0;
}

input:focus, textarea:focus, select:focus {
	font: 1em arial, helvetica, sans-serif;
	border: 2px solid #F90;
	color: #039;
	padding:4px;
	background: #dbdbdb url("../img/bg-forminput2.gif") repeat-x;
}

label {cursor: pointer;}

.errormsg {
	display: block;
	width: 552px;
	color: #000;
	background: #fa7900 url("../img/stop.gif") no-repeat 10px center;
	padding: 20px 10px 20px 60px;
	margin: 10px 0;
	border: 1px dotted #000;
	text-decoration:blink;
}

input.button {
	cursor:pointer;
	background: url("../img/btn-form2.gif") no-repeat;
	font-size:1em;
	color: #fff;
	padding:0 5px 0 0;
	width:115px; height: 31px; line-height: 31px;
	text-align:center;
	border: 0;
}
input.button:hover {
	background: url("../img/btn-form.gif") no-repeat;
	color: #000;
}
