/*
body {
  background-color: #fff;
  color: #111;
  margin: 0;
  padding: 0;
  font: 0.75em/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
  background-color: rgba(126,208,214,0.3);

*/
.caption{
  color: #eoo;
  font: 1.0em/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
.formem{
  color: #eoo;
  font: 1.0em/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

.wrapper2 {
  width: 80%;
  margin: 20px auto 40px auto;
  color: #111;
  margin: 0;
  margin-left: clear;
  margin-right: clear;
  padding: 0;
  font: 0.75em/1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
.escortRoles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF0000;
	font-style: normal;
	font-weight: semi-bold;
}
.escortSafe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #009900;
	font-style: normal;
	font-weight: bolder;
}
.escortRaw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FF0000;
	font-style: normal;
	font-weight: bolder;
}

form {
  background-color: rgb(255,255,255);
  width: 500px;
  padding: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  color: rgb(153,51,0);
}

fieldset {
  background-color: rgba(10,10,10,0.2);
  border: 3px solid rgb(255,255,255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  margin: 0 0 1em 0;
}

fieldset:hover {
  background-color: rgba(230,185,101,0.5); 
}

legend {
  font-size: 133%;
  color: rgb(153,51,0);
}

form div {
  float: left;
  width: 100%;
  padding: 0 0 0.75em 0;
  position: relative;
}

form p.help {
  font-style: italic;
  padding: 0 1em 1em 1em;
}

form p.help em {
  color: red;
}

form fieldset div:first-of-type {
  padding-top: 1em;
}

form label {
  color: fff;
  float: left;
  width: 30%;
  font-size: 116.7%;
}

form div label em {
  position: absolute;
  color: red;
  right: 0;
}

form input {
  width: 65%;
  font-size: 133%;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  padding: 0.25em;
}
form inputHeightft {
  width: 30%;
  font-size: 133%;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  padding: 0.25em;
}
form inputHeight {
  width: 30%;
  font-size: 133%;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  padding: 0.25em;
}
form select {
  width: 50%;
  font-size: 133%;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  padding: 0.25em;
}



form input sm {
  width: 30%;
  font-size: 133%;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  padding: 0.25em;
}

div.submit {
  float: none;
  background-color: rgba(255,0,0,0.9);
  border: 3px solid rgb(255,255,255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  margin: 0 0 1em 0;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}

form input[type="submit"] {
  width: auto;
  border: 3px solid rgb(255,255,255);
  background-color: rgba(0,0,0,0.5);
  color: rgb(255,255,255);
}

form input[type="submit"]:hover {
  background-color: rgb(230,185,101);
  color: rgb(0,0,0);
}