#contactConten {
	width:750px;
	margin:30px 0 0 30px;
	display: block;
	float: left;
}

.formTx {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin:15px 25px 0 0;
}
.formTx2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:3em;
}

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: #3399CC;
	
	border: 1px solid #0CF;
	background: url("../img/bg-forminput.gif") repeat-x;
	line-height: 1.3em;
	padding: 2px;
	margin:4px 0 0 0;
}

input:focus, textarea:focus, select:focus {
	font: 1.3em arial, helvetica, sans-serif;
	font-weight:lighter;
	padding: 3px;
	border: 2px solid #09C;
	color: #666;
	background: url("../img/bg-forminput2.gif") repeat-x;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 552px;
  color: #FFF;
  font-weight: bold;
  background: #CC0000 url(../img/stop.gif) no-repeat 10px center;
  padding: 20px 10px 20px 60px;
  margin: 10px 0;
  border: 1px solid #900;
}

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

