#emailform {
  color: rgb(0, 0, 153);
}

#skeleton div.mainbody {
	color: rgb(0,0,153);
	width: 49em;
}

span.brheader {
  font-family: sans-serif;
  font-size:90%;
  font-weight:bold;
  text-align: left;
  color: rgb(255,0,0);
}

#authorization input {
  display:inline;
  float:none;
  clear:none;
}

input {
  width:22em;
  float:none;
  clear:none;
}

#references input {
  float:left;
  clear:none;
}

#references label {
  width: 100%;
  text-align: center;
  height: 2em;
}

div.feHeader {
  text-align:center;
  vertical-align:middle;
  /*border: 1px solid green;*/
  font:bold 10pt sans-serif;
  float:left;
}

#formeremployers label {
  font-weight:bold;
  margin-bottom:5px;
  clear:left;
  width:30px;
	text-align:center;
	padding-right: 1em;
}

#formeremployers textarea {
  margin:0;
  padding:0;
  clear:none;
  float:left;
  height:3.5em;
}

#formeremployers select {
/*width:2.5em;*/
  margin:0;
  padding:0;
  clear:none;
  float:left;
}

#formeremployers input {
  margin:0;
  padding:0;
  width:2.5em;
  clear:none;
  float:left;
}

#educationhistory input {
  margin:3px;
}

#educationhistory select {
  margin:3px;
}

#educationhistory label {
  margin:3px;
  clear:none;
  float:left;
  padding:0;
  width:auto;
}

#educationhistory select {
  margin:3px;
}

div.empwhen {
  padding:0;
  margin:0;
  border:0;
}

#empinq label {
  margin-left:1em;
  width:23em;
  text-align:left;
}

#empwhen {
  text-align:left;
  float:left;
  clear:none;
}

#empwhen label {
  padding-left:1em;
  width:auto;
  clear:none;
}

#empwhen input {
  width:4em;
}

div.empwhen {
  margin: 0 auto;
  clear:both;
}

p {
  margin:5px 5px 1.2em 5px;
  text-align:left;
  font:bold 10pt sans-serif;
  clear:both;
}

br {
	clear: left;
}

label,input,textarea,select {
  text-align: left;
  font:normal 10pt sans-serif;
  color: rgb(0, 0, 153);
	float: left;
  height: 1.4em;
	margin-bottom: 0.5em;
}

select {
  border:1px solid rgb(128,128,128);
}

textarea {
  width:30em;
  height:10em;
}

label {
  font-weight:bold;
  clear:left;
	text-align: right;
	width: 22em;
	padding-right: 1em;
}

label.seamless {
  clear:none;
  width:auto;
  padding:0;
  margin:0;
  margin-left:3px;
  border:0;
}

input {
  width: 30em;
  border: 1px solid rgb(128,128,128);
  padding: 0;
  font-weight:normal;
  margin: 0;
}

input.seamless {
  clear:none;
  width:10em;
  padding:0;
  margin:0;
  margin-left:3px;
}

input.seamreq {
  clear:none;
  width:10em;
  padding:0;
  margin:0;
  background-color: rgb(230,230,255);
  color: rgb(0, 0, 153);
  border:1px solid rgb(128,128,128);
}

textarea {
  border: 1px solid rgb(128,128,128);
}

.required {
  background-color: rgb(230,230,255);
  color: rgb(0, 0, 153);
  border:1px solid rgb(128,128,128);
}

.requiredinvalid {
	font-weight:normal;
  background-color: rgb(255,230,230);
  color: rgb(0, 0, 153);
  border:1px solid rgb(255,0,0);
}

legend {
  border: 2px solid #000000;
  padding:2px;
  margin:0;
  font: bold 100% georgia;
  color: rgb(0, 0, 153);
}

fieldset {
  margin: 0 0 2em 0;
  padding: 0;
  border: 2px solid #000000;
}

#hidden {
  visibility:hidden;
  display:none;
}

#send {
  background: rgb(211,211,211);
  border:1px solid rgb(169,169,169);
  clear:both;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2em;
  width:13em;
  height:2em;
  text-align:center;
}

input.seamlessinvalid {
  background-color: rgb(255,255,224);
  color: rgb(0, 0, 153);
  clear:none;
  width:10em;
  padding:0;
  margin:0;
  margin-left:3px;
  border:1px solid rgb(165,42,42);
}

input.seamreqinvalid {
	font-weight:normal;
  background-color: rgb(255,230,230);
  color: rgb(0, 0, 153);
  border:1px solid rgb(255,0,0);
}

.invalid {
	font-weight:normal;
  background-color: rgb(255,255,224);
  color: rgb(0, 0, 153);
  border:1px solid rgb(165,42,42);
}

div.errordiv {
  display:block;
	font-family:sans-serif;
	width:100%;
	color:rgb(255,0,0);
	background-color: #FFFFFF;

  visibility:hidden;
	position:fixed !important;
  position:absolute;
	bottom:0px;
	left:0px;
}

div.errordivinvalid {
  border-right:1px solid rgb(255,0,0);
  visibility:visible;
	position:fixed !important;
  position:absolute;
	bottom:0px;
	left:0px;
  width:30em;
	background-color:#FFFFFF;
}

div.errordivinvalid a.required {
  color:rgb(255,0,0);
  display:block;
  background-color: rgb(255,230,230);
  width: 100%;
}

div.errordivinvalid a {
  text-decoration:none;
  border-top:1px solid rgb(255,0,0);
  color:rgb(165,42,42);
  display:block;
  background-color:rgb(255,255,224);
  width:100%;
}

div.errordivinvalid a:hover {
  text-decoration:underline;
  background-color:rgb(255,192,203);
  color:#000000;
}


